mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
; * doc/emacs/custom.texi (Changing a Variable): Update example (bug#68279).
This commit is contained in:
parent
466d1c98a9
commit
bf7034048c
1 changed files with 3 additions and 2 deletions
|
@ -188,14 +188,15 @@ find with @kbd{M-x customize-browse}.
|
||||||
the customization buffer:
|
the customization buffer:
|
||||||
|
|
||||||
@smallexample
|
@smallexample
|
||||||
[Hide] Kill Ring Max: 60
|
[Hide] Kill Ring Max: Integer (positive or zero): 120
|
||||||
[State]: STANDARD.
|
[State]: STANDARD.
|
||||||
Maximum length of kill ring before oldest elements are thrown away.
|
Maximum length of kill ring before oldest elements are thrown away.
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
The first line shows that the variable is named
|
The first line shows that the variable is named
|
||||||
@code{kill-ring-max}, formatted as @samp{Kill Ring Max} for easier
|
@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
|
if activated, hides the variable's value and state; this is useful to
|
||||||
avoid cluttering up the customization buffer with very long values
|
avoid cluttering up the customization buffer with very long values
|
||||||
(for this reason, variables that have very long values may start out
|
(for this reason, variables that have very long values may start out
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue