diff options
| author | Glenn Morris | 2015-07-06 16:35:45 -0400 |
|---|---|---|
| committer | Glenn Morris | 2015-07-06 16:35:45 -0400 |
| commit | 60ea900848ee03e1ccdba565220f589e0d8e72e9 (patch) | |
| tree | f0307a949e5c9857b9b6207c6186d0afbcd80bd1 | |
| parent | f3480939ffccf7a72b060b4fc21dd85b55f535f6 (diff) | |
| download | emacs-60ea900848ee03e1ccdba565220f589e0d8e72e9.tar.gz emacs-60ea900848ee03e1ccdba565220f589e0d8e72e9.zip | |
* lisp/simple.el (set-variable): Tweak recent doc fix.
| -rw-r--r-- | lisp/simple.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 24ce6c3402e..7eed279ed59 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -7315,8 +7315,9 @@ If VARIABLE has been defined with `defcustom', then the type information | |||
| 7315 | in the definition is used to check that VALUE is valid. | 7315 | in the definition is used to check that VALUE is valid. |
| 7316 | 7316 | ||
| 7317 | Note that this function is at heart equivalent to the basic `set' function. | 7317 | Note that this function is at heart equivalent to the basic `set' function. |
| 7318 | For a VARIABLE defined with `defcustom', it is not the same as using | 7318 | For a variable defined with `defcustom', it does not pay attention to |
| 7319 | \\[customize-variable]. | 7319 | any :set property that the variable might have (if you want that, use |
| 7320 | \\[customize-set-variable] instead). | ||
| 7320 | 7321 | ||
| 7321 | With a prefix argument, set VARIABLE to VALUE buffer-locally." | 7322 | With a prefix argument, set VARIABLE to VALUE buffer-locally." |
| 7322 | (interactive | 7323 | (interactive |