diff options
| -rw-r--r-- | lisp/loadup.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 1fe7d459705..8fd2eb90736 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; loadup.el --- load up standardly loaded Lisp files for Emacs | 1 | ;;; loadup.el --- load up standardly loaded Lisp files for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
| @@ -252,6 +252,8 @@ | |||
| 252 | ;; must be among the ones parsed by make-docfile | 252 | ;; must be among the ones parsed by make-docfile |
| 253 | ;; to construct DOC. Any that are not processed | 253 | ;; to construct DOC. Any that are not processed |
| 254 | ;; for DOC will not have doc strings in the dumped Emacs. | 254 | ;; for DOC will not have doc strings in the dumped Emacs. |
| 255 | ;; Note also that any uncompiled files that are loaded should | ||
| 256 | ;; have doc-strings that conform to the make-docfile convention. | ||
| 255 | 257 | ||
| 256 | (message "Finding pointers to doc strings...") | 258 | (message "Finding pointers to doc strings...") |
| 257 | (if (or (equal (nth 3 command-line-args) "dump") | 259 | (if (or (equal (nth 3 command-line-args) "dump") |