1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(Examining): Mention accessing the old variable value via M-n in set-variable.

This commit is contained in:
Juri Linkov 2005-10-21 09:00:15 +00:00
parent 7fd0ef0d7e
commit 564dd0f245

View File

@ -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}