aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-10-21 09:00:15 +0000
committerJuri Linkov2005-10-21 09:00:15 +0000
commit564dd0f245312aecddf1a5c11277f05bd036aa09 (patch)
tree541f15405cec149f746ea54197a244ede650dca9
parent7fd0ef0d7ea2115ca8a91f7090f4384a588df605 (diff)
downloademacs-564dd0f245312aecddf1a5c11277f05bd036aa09.tar.gz
emacs-564dd0f245312aecddf1a5c11277f05bd036aa09.zip
(Examining): Mention accessing the old variable value via M-n in set-variable.
-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.
790 The most convenient way to set a specific user option variable is 790 The most convenient way to set a specific user option variable is
791with @kbd{M-x set-variable}. This reads the variable name with the 791with @kbd{M-x set-variable}. This reads the variable name with the
792minibuffer (with completion), and then reads a Lisp expression for the 792minibuffer (with completion), and then reads a Lisp expression for the
793new value using the minibuffer a second time. For example, 793new value using the minibuffer a second time (you can insert the old
794value into the minibuffer for editing via @kbd{M-n}). For example,
794 795
795@example 796@example
796M-x set-variable @key{RET} fill-column @key{RET} 75 @key{RET} 797M-x set-variable @key{RET} fill-column @key{RET} 75 @key{RET}