X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/699c782b7668c44d0fa4446331b0590a6d5dac82..b1367cba38b88b64530f40b1935b38a8c08f2fd6:/lisp/help-macro.el diff --git a/lisp/help-macro.el b/lisp/help-macro.el index 112c72778b..63ae02eb90 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el @@ -69,6 +69,10 @@ (require 'backquote) +;; This needs to be autoloaded because it is used in the +;; make-help-screen macro. Using (bound-and-true-p three-step-help) +;; is not an acceptable alternative, because nothing loads help-macro +;; in a normal session, so any user customization would never be applied. ;;;###autoload (defcustom three-step-help nil "Non-nil means give more info about Help command in three steps.