diff options
| -rw-r--r-- | lisp/info.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index a2071533d8f..c7f0bbf08d2 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -171,7 +171,11 @@ A header-line does not scroll with the rest of the buffer." | |||
| 171 | ;; defvar and explicitly give it a standard-value property, and | 171 | ;; defvar and explicitly give it a standard-value property, and |
| 172 | ;; call custom-initialize-delay on it. | 172 | ;; call custom-initialize-delay on it. |
| 173 | ;; The progn forces the autoloader to include the whole thing, not | 173 | ;; The progn forces the autoloader to include the whole thing, not |
| 174 | ;; just an abbreviated version. | 174 | ;; just an abbreviated version. The value is initialized at startup |
| 175 | ;; time, when command-line calls custom-reevaluate-setting on all | ||
| 176 | ;; the defcustoms in custom-delayed-init-variables. This is | ||
| 177 | ;; somewhat sub-optimal, as ideally this should be done when Info | ||
| 178 | ;; mode is first invoked. | ||
| 175 | ;;;###autoload | 179 | ;;;###autoload |
| 176 | (progn | 180 | (progn |
| 177 | (defcustom Info-default-directory-list | 181 | (defcustom Info-default-directory-list |