changeset 24896:701d2b4c7484

(generated-autoload-file): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Sun, 27 Jun 1999 21:56:36 +0000
parents 485668a57232
children 8de3e729a7b3
files lisp/emacs-lisp/autoload.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/autoload.el	Sun Jun 27 21:45:34 1999 +0000
+++ b/lisp/emacs-lisp/autoload.el	Sun Jun 27 21:56:36 1999 +0000
@@ -34,7 +34,8 @@
 (defvar generated-autoload-file "loaddefs.el"
    "*File \\[update-file-autoloads] puts autoloads into.
 A `.el' file can set this in its local variables section to make its
-autoloads go somewhere else.")
+autoloads go somewhere else.  The autoload file is assumed to contain a
+trailer starting with a FormFeed character.")
 
 (defconst generate-autoload-cookie ";;;###autoload"
   "Magic comment indicating the following form should be autoloaded.