(generated-autoload-file): Doc fix.
This commit is contained in:
parent
ebc03d28d7
commit
c8aca7d151
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue