From c8aca7d15194ce1f1344e338866c2690c737141b Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sun, 27 Jun 1999 21:56:36 +0000 Subject: [PATCH] (generated-autoload-file): Doc fix. --- lisp/emacs-lisp/autoload.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.2