; Fix doc string of 'loaddefs-generate'
* lisp/emacs-lisp/loaddefs-gen.el (loaddefs-generate): Doc fix. (Bug#57815)
This commit is contained in:
parent
52a3ba102c
commit
48d8543ff1
1 changed files with 2 additions and 2 deletions
|
@ -512,7 +512,7 @@ If COMPILE, don't include a \"don't compile\" cookie."
|
|||
(defun loaddefs-generate (dir output-file &optional excluded-files
|
||||
extra-data include-package-version
|
||||
generate-full)
|
||||
"Generate loaddefs files for Lisp files in the directories DIRS.
|
||||
"Generate loaddefs files for Lisp files in one or more directories given by DIR.
|
||||
DIR can be either a single directory or a list of directories.
|
||||
|
||||
The autoloads will be written to OUTPUT-FILE. If any Lisp file
|
||||
|
@ -520,7 +520,7 @@ binds `generated-autoload-file' as a file-local variable, write
|
|||
its autoloads into the specified file instead.
|
||||
|
||||
The function does NOT recursively descend into subdirectories of the
|
||||
directory or directories specified by DIRS.
|
||||
directories specified by DIR.
|
||||
|
||||
Optional argument EXCLUDED-FILES, if non-nil, should be a list of
|
||||
files, such as preloaded files, whose autoloads should not be written
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue