# HG changeset patch # User Karl Heuer # Date 930520596 0 # Node ID 701d2b4c74847f149ca4ad5f111c37716b2cd668 # Parent 485668a57232547eb572a4641b3a11af889c25e6 (generated-autoload-file): Doc fix. diff -r 485668a57232 -r 701d2b4c7484 lisp/emacs-lisp/autoload.el --- a/lisp/emacs-lisp/autoload.el Sun Jun 27 21:45:34 1999 +0000 +++ b/lisp/emacs-lisp/autoload.el Sun Jun 27 21:56:36 1999 +0000 @@ -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.