diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-06-27 21:56:36 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-06-27 21:56:36 +0000 |
commit | c8aca7d15194ce1f1344e338866c2690c737141b (patch) | |
tree | edaa2360b0eeda130105633d998eef10cbf917d2 /lisp/emacs-lisp/autoload.el | |
parent | ebc03d28d74503bb525d1d3643ac24ac9cec87ae (diff) | |
download | emacs-c8aca7d15194ce1f1344e338866c2690c737141b.tar.gz |
(generated-autoload-file): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/autoload.el')
-rw-r--r-- | lisp/emacs-lisp/autoload.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index 95201694fb1..09dbba18c86 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -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. |