]> code.delx.au - gnu-emacs/commitdiff
* lisp/simple.el (set-variable): Tweak recent doc fix.
authorGlenn Morris <rgm@gnu.org>
Mon, 6 Jul 2015 20:35:45 +0000 (16:35 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 6 Jul 2015 20:35:45 +0000 (16:35 -0400)
lisp/simple.el

index 24ce6c3402ef71a4936f7d787f17edb99356ebf0..7eed279ed59b7e2753b0dc487a17af331dcd7382 100644 (file)
@@ -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