emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108763: * lisp/custom.el (custom-ini


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108763: * lisp/custom.el (custom-initialize-delay): Doc fix.
Date: Wed, 27 Jun 2012 00:10:27 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108763
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-06-27 00:10:27 -0700
message:
  * lisp/custom.el (custom-initialize-delay): Doc fix.
modified:
  lisp/ChangeLog
  lisp/custom.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-06-27 07:08:06 +0000
+++ b/lisp/ChangeLog    2012-06-27 07:10:27 +0000
@@ -1,5 +1,7 @@
 2012-06-27  Glenn Morris  <address@hidden>
 
+       * 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:

=== modified file 'lisp/custom.el'
--- a/lisp/custom.el    2012-05-18 01:46:20 +0000
+++ b/lisp/custom.el    2012-06-27 07:10:27 +0000
@@ -120,7 +120,9 @@
 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."
 


reply via email to

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