changeset 32877:4629d3261ba8 stable

doc: avoid splitting formula across lines in uicontrol.m (bug #62490) * scripts/gui/uicontrol.m: Add @w{} tag around formula in note about multi-line/selection behavior.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Mon, 29 Jan 2024 17:39:45 -0500
parents 94b3e5c286fd
children fdc662d64819 ca64468e9710
files scripts/gui/uicontrol.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/gui/uicontrol.m	Mon Jan 29 17:28:41 2024 -0500
+++ b/scripts/gui/uicontrol.m	Mon Jan 29 17:39:45 2024 -0500
@@ -90,7 +90,7 @@
 ## Note:  For the @qcode{"edit"} and @qcode{"listbox"} styles, the single or 
 ## multiple line/selection behavior is determined by the @qcode{"Min"} and
 ## @qcode{"Max"} properties, permitting multiple lines/selections when the 
-## values are set such that @code{Max - Min > 1}.
+## values are set such that @w{@code{Max - Min > 1}}.
 ##
 ## Examples:
 ##