emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57144: closed (29.0.50; Missing description for excluded files in do


From: GNU bug Tracking System
Subject: bug#57144: closed (29.0.50; Missing description for excluded files in docstring of loaddefs-generate)
Date: Fri, 12 Aug 2022 06:52:02 +0000

Your message dated Fri, 12 Aug 2022 09:50:59 +0300
with message-id <83leruneek.fsf@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@gnu.org.)


-- 
57144: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57144
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.50; Missing description for excluded files in docstring of loaddefs-generate Date: Thu, 11 Aug 2022 21:31:32 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#57144: 29.0.50; Missing description for excluded files in docstring of loaddefs-generate Date: Fri, 12 Aug 2022 09:50:59 +0300
> From: Arash Esbati <arash@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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]