diff options
| author | Juri Linkov | 2005-10-21 09:00:15 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-10-21 09:00:15 +0000 |
| commit | 564dd0f245312aecddf1a5c11277f05bd036aa09 (patch) | |
| tree | 541f15405cec149f746ea54197a244ede650dca9 | |
| parent | 7fd0ef0d7ea2115ca8a91f7090f4384a588df605 (diff) | |
| download | emacs-564dd0f245312aecddf1a5c11277f05bd036aa09.tar.gz emacs-564dd0f245312aecddf1a5c11277f05bd036aa09.zip | |
(Examining): Mention accessing the old variable value via M-n in set-variable.
| -rw-r--r-- | man/custom.texi | 3 |
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 |
| 791 | with @kbd{M-x set-variable}. This reads the variable name with the | 791 | with @kbd{M-x set-variable}. This reads the variable name with the |
| 792 | minibuffer (with completion), and then reads a Lisp expression for the | 792 | minibuffer (with completion), and then reads a Lisp expression for the |
| 793 | new value using the minibuffer a second time. For example, | 793 | new value using the minibuffer a second time (you can insert the old |
| 794 | value into the minibuffer for editing via @kbd{M-n}). For example, | ||
| 794 | 795 | ||
| 795 | @example | 796 | @example |
| 796 | M-x set-variable @key{RET} fill-column @key{RET} 75 @key{RET} | 797 | M-x set-variable @key{RET} fill-column @key{RET} 75 @key{RET} |