# HG changeset patch # User Rik # Date 1642196332 28800 # Node ID b20da6bed4446bea18e62baf1f6ee1e304058469 # Parent beac32c0e9c7b6b23dc3ab92ffbb7c732ee44340 warning_ids.m: Add warning ID "Octave:LaTeX:internal-error". * warning_ids.m: Add warning ID "Octave:LaTeX:internal-error". diff -r beac32c0e9c7 -r b20da6bed444 scripts/help/warning_ids.m --- 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,