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 15:05:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Andreas Schwab <schwab@linux-m68k.org> writes:

>> -*** 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.
>
> s/path/file name/

Fair enough; I shied away from the three-word compound, but I see now
that we have "(elisp) File Name Components".

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


> This should probably emphasize the fact that it ignores file name
> handlers.

The NEWS entry specifically, or the docstring and/or info entry?



reply via email to

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