aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/autoload.el
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>1993-04-08 21:47:39 +0000
committerRoland McGrath <[email protected]>1993-04-08 21:47:39 +0000
commitda8826b49878eeb6ec1561be8b7600adcecbd110 (patch)
treed355b78f2d5473c35a2ba5c178ff90672a83a50e /lisp/emacs-lisp/autoload.el
parent124250cf9a2207c4dec1b0030d619015b35365ac (diff)
(generate-file-autoloads): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/autoload.el')
-rw-r--r--lisp/emacs-lisp/autoload.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index 2b02f1f1e4..d863435de3 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -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: ")