]> git.eshelyaron.com Git - emacs.git/commitdiff
(defcustom): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 29 Jul 2004 01:47:01 +0000 (01:47 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 29 Jul 2004 01:47:01 +0000 (01:47 +0000)
lisp/custom.el

index e86308c95e75adebe743960a191e18a70d54b9e1..2ddd7ceb9435b57105c015bf2cbc97d2933a7668 100644 (file)
@@ -246,6 +246,13 @@ The following keywords are meaningful:
        Specifies that SYMBOL should be set after the list of variables
         VARIABLES when both have been customized.
 
+If SYMBOL has a local binding, then this form affects the local
+binding.  This is normally not what you want.  Thus, if you need
+to load a file defining variables with this form, or with
+`defvar' or `defconst', you should always load that file
+_outside_ any bindings for these variables.  \(`defvar' and
+`defconst' behave similarly in this respect.)
+
 Read the section about customization in the Emacs Lisp manual for more
 information."
   ;; It is better not to use backquote in this file,