mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 03:39:38 +00:00
; * 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
|
;;;###autoload
|
||||||
(defun make-directory-autoloads (dir output-file)
|
(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
|
DIR can be either a single directory or a list of
|
||||||
directories. (The latter usage is discouraged.)
|
directories. (The latter usage is discouraged.)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue