Mercurial > emacs
diff lisp/emacs-lisp/autoload.el @ 2494:c0fbbfadcb04
(generate-file-autoloads): Doc fix.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Thu, 08 Apr 1993 21:47:39 +0000 |
parents | 10e417efb12a |
children | 86d5500624d5 |
line wrap: on
line diff
--- a/lisp/emacs-lisp/autoload.el Thu Apr 08 16:51:04 1993 +0000 +++ b/lisp/emacs-lisp/autoload.el Thu Apr 08 21:47:39 1993 +0000 @@ -98,7 +98,7 @@ (defun generate-file-autoloads (file) "Insert at point a loaddefs autoload section for FILE. autoloads are generated for defuns and defmacros in FILE -marked by `generate-autoload-regexp' (which see). +marked by `generate-autoload-cookie' (which see). If FILE is being visited in a buffer, the contents of the buffer are used." (interactive "fGenerate autoloads for file: ")