Revert "; Fix doc string of 'loaddefs-generate'"
This reverts commit 5fe9a1a85a
.
It included unrelated changes.
This commit is contained in:
parent
5fe9a1a85a
commit
52a3ba102c
2 changed files with 2 additions and 47 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 one or more directories given by DIR.
|
||||
"Generate loaddefs files for Lisp files in the directories DIRS.
|
||||
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
|
||||
directories specified by DIR.
|
||||
directory or directories specified by DIRS.
|
||||
|
||||
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