From 0ea0e51b33cc3a1b0bebc7c8e21263d00245b702 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 27 Jun 2012 00:10:27 -0700 Subject: [PATCH] * lisp/custom.el (custom-initialize-delay): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/custom.el | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5ef714b6878..4e880c81993 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2012-06-27 Glenn Morris + * 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: diff --git a/lisp/custom.el b/lisp/custom.el index 50481f2aa7f..edb7fe2eaad 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -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." -- 2.39.5