]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/custom.el (custom-initialize-delay): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Wed, 27 Jun 2012 07:10:27 +0000 (00:10 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 27 Jun 2012 07:10:27 +0000 (00:10 -0700)
lisp/ChangeLog
lisp/custom.el

index 5ef714b6878df0eb548c3199dee79873fbbdfe3a..4e880c81993e1195d40dc4cce368b6aeef591dbf 100644 (file)
@@ -1,5 +1,7 @@
 2012-06-27  Glenn Morris  <rgm@gnu.org>
 
+       * custom.el (custom-initialize-delay): Doc fix.
+
        * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
        * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
        * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
index 50481f2aa7f416d1d461d3cae644f4469b4175e8..edb7fe2eaadfb54abc17c49dc87d56cfec4039b2 100644 (file)
@@ -120,7 +120,9 @@ the :set function.
 For variables in preloaded files, you can simply use this
 function for the :initialize property.  For autoloaded variables,
 you will also need to add an autoload stanza calling this
-function, and another one setting the standard-value property."
+function, and another one setting the standard-value property.
+Or you can wrap the defcustom in a progn, to force the autoloader
+to include all of it."            ; see eg vc-sccs-search-project-dir
   ;; No longer true:
   ;; "See `send-mail-function' in sendmail.el for an example."