diff options
Diffstat (limited to 'doc/lispintro/emacs-lisp-intro.texi')
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 996fd3d58fe..b528150097d 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -9465,9 +9465,9 @@ the Customization commands. (@xref{defcustom, , Specifying Variables using @code{defcustom}}.) When you specified a variable using the @code{defvar} special form, -you could distinguish a readily settable variable from others by -typing an asterisk, @samp{*}, in the first column of its documentation -string. For example: +you could distinguish a variable that a user might want to change from +others by typing an asterisk, @samp{*}, in the first column of its +documentation string. For example: @smallexample @group |
