(generate-file-autoloads): Doc fix.

This commit is contained in:
Roland McGrath 1993-04-08 21:47:39 +00:00
parent 124250cf9a
commit da8826b498

View file

@ -98,7 +98,7 @@ the section of autoloads for a file.")
(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: ")