changeset 30650:b20da6bed444 stable

warning_ids.m: Add warning ID "Octave:LaTeX:internal-error". * warning_ids.m: Add warning ID "Octave:LaTeX:internal-error".
author Rik <rik@octave.org>
date Fri, 14 Jan 2022 13:38:52 -0800
parents beac32c0e9c7
children e10e9057a302 a3a52d968f71
files scripts/help/warning_ids.m
diffstat 1 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/warning_ids.m	Wed Jan 12 17:55:32 2022 +0100
+++ b/scripts/help/warning_ids.m	Fri Jan 14 13:38:52 2022 -0800
@@ -415,12 +415,10 @@
 ## elicits a warning if the @code{Octave:str-to-num} warning is enabled.
 ## By default, the @code{Octave:str-to-num} warning is disabled.
 ##
-## @item Octave:text_interpreter
-## If the @code{Octave:text_interpreter} warning is enabled, a warning is
-## printed when the @qcode{"interpreter"} property of a text graphics object
-## is set to the unsupported value of @qcode{"latex"}.  Even when enabled,
-## the warning message is printed just once per Octave session.
-## By default, the @code{Octave:glyph-render} warning is enabled.
+## @item Octave:LaTeX:internal-error
+## If the @code{Octave:LaTeX:internal-error} warning is enabled, a warning is
+## printed whenever the LaTeX renderer for text in plots encounters an issue.
+## By default, the @code{Octave:LaTeX:internal-error} warning is enabled.
 ##
 ## @item Octave:unimplemented-matlab-functionality
 ## If the @code{Octave:unimplemented-matlab-functionality} warning is enabled,