]> git.eshelyaron.com Git - emacs.git/commitdiff
(generated-autoload-file): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Sun, 27 Jun 1999 21:56:36 +0000 (21:56 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 27 Jun 1999 21:56:36 +0000 (21:56 +0000)
lisp/emacs-lisp/autoload.el

index 95201694fb162c42fc4e2a0a9f0e02b071c0185a..09dbba18c86cad3b8b76f9fcffdcac4c2be94b4c 100644 (file)
@@ -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.