# HG changeset patch # User Roland McGrath # Date 734305659 0 # Node ID c0fbbfadcb043e8e75cf1d652c115d4630cc7f65 # Parent 3af65d9b91e709ae5d05d5561647bbcfc186012d (generate-file-autoloads): Doc fix. diff -r 3af65d9b91e7 -r c0fbbfadcb04 lisp/emacs-lisp/autoload.el --- 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: ")