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

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

bug#63401: closed (28.2; doc string of `make-directory-autoloads')


From: GNU bug Tracking System
Subject: bug#63401: closed (28.2; doc string of `make-directory-autoloads')
Date: Wed, 10 May 2023 13:52:02 +0000

Your message dated Wed, 10 May 2023 16:52:15 +0300
with message-id <83cz388fao.fsf@gnu.org>
and subject line Re: bug#63401: 28.2; doc string of `make-directory-autoloads'
has caused the debbugs.gnu.org bug report #63401,
regarding 28.2; doc string of `make-directory-autoloads'
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63401: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63401
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 28.2; doc string of `make-directory-autoloads' Date: Tue, 9 May 2023 20:49:23 +0000
C-h f tells us:

 make-directory-autoloads is an autoloaded interactive Lisp function in
 'autoload.el'.

 (make-directory-autoloads DIR OUTPUT-FILE)

 Update autoload definitions for Lisp files in the directories DIRS.
                                                   ^^^^^^^^^^^^^^^^
 DIR can be either a single directory or a list of
 directories.  (The latter usage is discouraged.)

Typo: DIRS is defined nowhere. Presumably DIRS should be DIR or each of
the DIR occurrences should be DIRS.  (Better yet, use a full word for
the argument.)

In GNU Emacs 28.2 (build 2, x86_64-w64-mingw32)
 of 2022-09-13 built on AVALON
Windowing system distributor 'Microsoft Corp.', version 10.0.19045
System Description: Microsoft Windows 10 Pro (v10.0.2009.19045.2846)

Configured using:
 'configure --with-modules --without-dbus --with-native-compilation
 --without-compress-install CFLAGS=-O2'

Configured features:
ACL GIF GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP
NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND THREADS TIFF TOOLKIT_SCROLL_BARS
XPM ZLIB

(NATIVE_COMP present but libgccjit not available)




--- End Message ---
--- Begin Message --- Subject: Re: bug#63401: 28.2; doc string of `make-directory-autoloads' Date: Wed, 10 May 2023 16:52:15 +0300
> From: Drew Adams <drew.adams@oracle.com>
> Date: Tue, 9 May 2023 20:49:23 +0000
> 
> C-h f tells us:
> 
>  make-directory-autoloads is an autoloaded interactive Lisp function in
>  'autoload.el'.
> 
>  (make-directory-autoloads DIR OUTPUT-FILE)
> 
>  Update autoload definitions for Lisp files in the directories DIRS.
>                                                    ^^^^^^^^^^^^^^^^
>  DIR can be either a single directory or a list of
>  directories.  (The latter usage is discouraged.)
> 
> Typo: DIRS is defined nowhere. Presumably DIRS should be DIR or each of
> the DIR occurrences should be DIRS.  (Better yet, use a full word for
> the argument.)

This function is obsolete since 29.1; use ‘loaddefs-generate’ instead.

I fixed the doc string regardless; closing.


--- End Message ---

reply via email to

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