From 4f32d22e7fe0ce064d63b5a5c6464488b234f2e3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 11 Sep 2009 06:39:21 +0000 Subject: [PATCH] Comment. --- lisp/loadup.el | 6 ++++-- 1 file 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 @@ ;;; loadup.el --- load up standardly loaded Lisp files for Emacs -;; Copyright (C) 1985, 1986, 1992, 1994, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1992, 1994, 2001, 2002, 2003, 2004, 2005, +;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal @@ -252,6 +252,8 @@ ;; must be among the ones parsed by make-docfile ;; to construct DOC. Any that are not processed ;; for DOC will not have doc strings in the dumped Emacs. +;; Note also that any uncompiled files that are loaded should +;; have doc-strings that conform to the make-docfile convention. (message "Finding pointers to doc strings...") (if (or (equal (nth 3 command-line-args) "dump") -- 2.39.2