emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 60ea900: * lisp/simple.el (set-variable): Tweak rec


From: Glenn Morris
Subject: [Emacs-diffs] master 60ea900: * lisp/simple.el (set-variable): Tweak recent doc fix.
Date: Mon, 06 Jul 2015 20:35:48 +0000

branch: master
commit 60ea900848ee03e1ccdba565220f589e0d8e72e9
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/simple.el (set-variable): Tweak recent doc fix.
---
 lisp/simple.el |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 24ce6c3..7eed279 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]