; * lisp/obsolete/autoload.el (make-directory-autoloads): Doc fix.
This commit is contained in:
parent
346f4ac3bf
commit
c9e2a5ec26
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ autoloads into the specified file instead."
|
|||
|
||||
;;;###autoload
|
||||
(defun make-directory-autoloads (dir output-file)
|
||||
"Update autoload definitions for Lisp files in the directories DIRS.
|
||||
"Update autoload definitions for Lisp files in the directories DIR.
|
||||
DIR can be either a single directory or a list of
|
||||
directories. (The latter usage is discouraged.)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue