aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/autoload.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1999-06-27 21:56:36 +0000
committerKarl Heuer <[email protected]>1999-06-27 21:56:36 +0000
commitc8aca7d15194ce1f1344e338866c2690c737141b (patch)
treeedaa2360b0eeda130105633d998eef10cbf917d2 /lisp/emacs-lisp/autoload.el
parentebc03d28d74503bb525d1d3643ac24ac9cec87ae (diff)
(generated-autoload-file): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/autoload.el')
-rw-r--r--lisp/emacs-lisp/autoload.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index 95201694fb..09dbba18c8 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.