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
[Message part 1 (text/plain, inline)]
Your message dated Fri, 12 Aug 2022 09:50:59 +0300
with message-id <83leruneek.fsf <at> gnu.org>
and subject line Re: bug#57144: 29.0.50; Missing description for excluded files in docstring of loaddefs-generate
has caused the debbugs.gnu.org bug report #57144,
regarding 29.0.50; Missing description for excluded files in docstring of loaddefs-generate
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
57144: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57144
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
> From: Arash Esbati <arash <at> gnu.org>
> Date: Thu, 11 Aug 2022 21:31:32 +0200
>
> A description for EXCLUDED-FILES is missing. It will a list containing
> file names, but details should be added.
Thanks, fixed.
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.