emacs-devel
[Top][All Lists]
Advanced

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

Re: master e315544: ; * src/fileio.c (Fdirectory_append): Doc fix.


From: Kévin Le Gouguec
Subject: Re: master e315544: ; * src/fileio.c (Fdirectory_append): Doc fix.
Date: Sun, 25 Jul 2021 12:01:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Stefan Monnier <monnier@iro.umontreal.ca> writes:
>
>> I vote for `file-name-concat` (while some of the arguments are
>> directory names, the last one usually/often isn't and neither is the
>> return value).
>
> OK; renamed.

Should etc/NEWS be updated as well?

diff --git a/etc/NEWS b/etc/NEWS
index f1635ae2e6..0d1abfd852 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3109,8 +3109,8 @@ The former is now declared obsolete.
 * Lisp Changes in Emacs 28.1
 
 +++
-*** New function 'directory-append'.
-This appends a file name to a directory name and returns the result.
+*** New function 'file-name-concat'.
+This appends path components to a directory name and returns the result.
 
 +++
 *** New function 'split-string-shell-command'.



reply via email to

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