mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-14 16:50:58 +00:00
* lisp/simple.el (set-variable): Tweak recent doc fix.
This commit is contained in:
parent
f3480939ff
commit
60ea900848
@ -7315,8 +7315,9 @@ If VARIABLE has been defined with `defcustom', then the type information
|
||||
in the definition is used to check that VALUE is valid.
|
||||
|
||||
Note that this function is at heart equivalent to the basic `set' function.
|
||||
For a VARIABLE defined with `defcustom', it is not the same as using
|
||||
\\[customize-variable].
|
||||
For a variable defined with `defcustom', it does not pay attention to
|
||||
any :set property that the variable might have (if you want that, use
|
||||
\\[customize-set-variable] instead).
|
||||
|
||||
With a prefix argument, set VARIABLE to VALUE buffer-locally."
|
||||
(interactive
|
||||
|
Loading…
Reference in New Issue
Block a user