]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/custom.texi (Changing a Variable): Update example (bug#68279).
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Jan 2024 11:45:33 +0000 (13:45 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 6 Jan 2024 16:18:28 +0000 (17:18 +0100)
(cherry picked from commit bf7034048c16a95263e3f7c121dafbf1824ff28f)

doc/emacs/custom.texi

index 9c8558c93a175680421464d8257551f3d77f5f58..4725af0ee5fea431f8501d5bdd6088d8ab591d17 100644 (file)
@@ -188,14 +188,15 @@ find with @kbd{M-x customize-browse}.
 the customization buffer:
 
 @smallexample
-[Hide] Kill Ring Max: 60
+[Hide] Kill Ring Max: Integer (positive or zero): 120
    [State]: STANDARD.
    Maximum length of kill ring before oldest elements are thrown away.
 @end smallexample
 
   The first line shows that the variable is named
 @code{kill-ring-max}, formatted as @samp{Kill Ring Max} for easier
-viewing.  Its value is @samp{120}.  The button labeled @samp{[Hide]},
+viewing, and also shows its expected type: a positive integer or zero.
+The default value is @samp{120}.  The button labeled @samp{[Hide]},
 if activated, hides the variable's value and state; this is useful to
 avoid cluttering up the customization buffer with very long values
 (for this reason, variables that have very long values may start out