Mercurial > emacs
comparison lisp/emacs-lisp/autoload.el @ 24896:701d2b4c7484
(generated-autoload-file): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 27 Jun 1999 21:56:36 +0000 |
parents | 4e1b3d1dac36 |
children | cbe304a26771 |
comparison
equal
deleted
inserted
replaced
24895:485668a57232 | 24896:701d2b4c7484 |
---|---|
32 ;;; Code: | 32 ;;; Code: |
33 | 33 |
34 (defvar generated-autoload-file "loaddefs.el" | 34 (defvar generated-autoload-file "loaddefs.el" |
35 "*File \\[update-file-autoloads] puts autoloads into. | 35 "*File \\[update-file-autoloads] puts autoloads into. |
36 A `.el' file can set this in its local variables section to make its | 36 A `.el' file can set this in its local variables section to make its |
37 autoloads go somewhere else.") | 37 autoloads go somewhere else. The autoload file is assumed to contain a |
38 trailer starting with a FormFeed character.") | |
38 | 39 |
39 (defconst generate-autoload-cookie ";;;###autoload" | 40 (defconst generate-autoload-cookie ";;;###autoload" |
40 "Magic comment indicating the following form should be autoloaded. | 41 "Magic comment indicating the following form should be autoloaded. |
41 Used by \\[update-file-autoloads]. This string should be | 42 Used by \\[update-file-autoloads]. This string should be |
42 meaningless to Lisp (e.g., a comment). | 43 meaningless to Lisp (e.g., a comment). |