(generated-autoload-file): Doc fix.

This commit is contained in:
Karl Heuer 1999-06-27 21:56:36 +00:00
parent ebc03d28d7
commit c8aca7d151

View 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.