Mercurial > emacs
changeset 2494:c0fbbfadcb04
(generate-file-autoloads): Doc fix.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Thu, 08 Apr 1993 21:47:39 +0000 |
parents | 3af65d9b91e7 |
children | 1142464b2ef5 |
files | lisp/emacs-lisp/autoload.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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: ")