summaryrefslogtreecommitdiff
path: root/man/custom.texi
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2005-10-21 09:00:15 +0000
committerJuri Linkov <juri@jurta.org>2005-10-21 09:00:15 +0000
commit564dd0f245312aecddf1a5c11277f05bd036aa09 (patch)
tree541f15405cec149f746ea54197a244ede650dca9 /man/custom.texi
parent7fd0ef0d7ea2115ca8a91f7090f4384a588df605 (diff)
downloademacs-564dd0f245312aecddf1a5c11277f05bd036aa09.tar.gz
(Examining): Mention accessing the old variable value via M-n in set-variable.
Diffstat (limited to 'man/custom.texi')
-rw-r--r--man/custom.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/custom.texi b/man/custom.texi
index 87722f63b69..0f842145639 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -790,7 +790,8 @@ options; it allows any variable name.
The most convenient way to set a specific user option variable is
with @kbd{M-x set-variable}. This reads the variable name with the
minibuffer (with completion), and then reads a Lisp expression for the
-new value using the minibuffer a second time. For example,
+new value using the minibuffer a second time (you can insert the old
+value into the minibuffer for editing via @kbd{M-n}). For example,
@example
M-x set-variable @key{RET} fill-column @key{RET} 75 @key{RET}