From: Glenn Morris Date: Mon, 6 Jul 2015 00:21:42 +0000 (-0700) Subject: * lisp/simple.el (set-variable): Doc fix. X-Git-Tag: emacs-25.0.90~1560 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=904be8784cfd18cd920668c1d5b3a33353c6bb5b;p=emacs.git * lisp/simple.el (set-variable): Doc fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index 0729d8c353e..5ee32d5a787 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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))