GNU bug report logs -
#57144
29.0.50; Missing description for excluded files in docstring of loaddefs-generate
Previous Next
Reported by: Arash Esbati <arash <at> gnu.org>
Date: Thu, 11 Aug 2022 19:32:02 UTC
Severity: minor
Found in version 29.0.50
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi all,
This is the docstring of `loaddefs-generate':
,----[ C-h f loaddefs-generate RET ]
| loaddefs-generate is an autoloaded Lisp function in ‘loaddefs-gen.el’.
|
| (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.
| DIR can be either a single directory or a list of directories.
|
| The autoloads will be written to OUTPUT-FILE. If any Lisp file
| 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.
|
| If EXTRA-DATA, include this string at the start of the generated
| file. This will also force generation of OUTPUT-FILE even if
| there are no autoloads to put into the file.
|
| If INCLUDE-PACKAGE-VERSION, include package version data.
|
| If GENERATE-FULL, don’t update, but regenerate all the loaddefs files.
`----
A description for EXCLUDED-FILES is missing. It will a list containing
file names, but details should be added.
Best, Arash
This bug report was last modified 2 years and 276 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.