aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-09-11 06:39:21 +0000
committerGlenn Morris2009-09-11 06:39:21 +0000
commit4f32d22e7fe0ce064d63b5a5c6464488b234f2e3 (patch)
tree5a461972b4afcbb04e20e0038eb252c5a16e46b5
parentb9d5a981560b5cf71ebb8e6447d55c5b191465dd (diff)
downloademacs-4f32d22e7fe0ce064d63b5a5c6464488b234f2e3.tar.gz
emacs-4f32d22e7fe0ce064d63b5a5c6464488b234f2e3.zip
Comment.
-rw-r--r--lisp/loadup.el6
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")