]> code.delx.au - gnu-emacs/commitdiff
* lisp/simple.el (set-variable): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Mon, 6 Jul 2015 00:21:42 +0000 (17:21 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 6 Jul 2015 00:21:42 +0000 (17:21 -0700)
lisp/simple.el

index 0729d8c353e91a84527000e03f0f8943d355c4db..5ee32d5a787d5761155979c2f58daed2e2e1c7be 100644 (file)
@@ -7314,6 +7314,10 @@ it were the arg to `interactive' (which see) to interactively read VALUE.
 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].
+
 With a prefix argument, set VARIABLE to VALUE buffer-locally."
   (interactive
    (let* ((default-var (variable-at-point))