diff options
| -rw-r--r-- | lisp/emacs-lisp/autoload.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index 2b02f1f1e41..d863435de38 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el | |||
| @@ -98,7 +98,7 @@ the section of autoloads for a file.") | |||
| 98 | (defun generate-file-autoloads (file) | 98 | (defun generate-file-autoloads (file) |
| 99 | "Insert at point a loaddefs autoload section for FILE. | 99 | "Insert at point a loaddefs autoload section for FILE. |
| 100 | autoloads are generated for defuns and defmacros in FILE | 100 | autoloads are generated for defuns and defmacros in FILE |
| 101 | marked by `generate-autoload-regexp' (which see). | 101 | marked by `generate-autoload-cookie' (which see). |
| 102 | If FILE is being visited in a buffer, the contents of the buffer | 102 | If FILE is being visited in a buffer, the contents of the buffer |
| 103 | are used." | 103 | are used." |
| 104 | (interactive "fGenerate autoloads for file: ") | 104 | (interactive "fGenerate autoloads for file: ") |