changeset 30651:e10e9057a302

maint: merge stable to default.
author Rik <rik@octave.org>
date Fri, 14 Jan 2022 13:39:23 -0800
parents 744778e9210b (current diff) b20da6bed444 (diff)
children af2a0dbfc8fa
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	Fri Jan 14 12:23:29 2022 -0800
+++ b/scripts/help/warning_ids.m	Fri Jan 14 13:39:23 2022 -0800
@@ -422,12 +422,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,