diff options
| author | Roland McGrath | 1993-04-08 21:47:39 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-04-08 21:47:39 +0000 |
| commit | da8826b49878eeb6ec1561be8b7600adcecbd110 (patch) | |
| tree | d355b78f2d5473c35a2ba5c178ff90672a83a50e | |
| parent | 124250cf9a2207c4dec1b0030d619015b35365ac (diff) | |
| download | emacs-da8826b49878eeb6ec1561be8b7600adcecbd110.tar.gz emacs-da8826b49878eeb6ec1561be8b7600adcecbd110.zip | |
(generate-file-autoloads): Doc fix.
| -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: ") |