]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Fix renaming of directory-append.
authorKévin Le Gouguec <kevin.legouguec@gmail.com>
Sun, 25 Jul 2021 10:23:28 +0000 (12:23 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 25 Jul 2021 10:23:33 +0000 (12:23 +0200)
etc/NEWS

index f1635ae2e64b5e6c089dac4afcd6893f9d4aa961..0d1abfd852c75ff40154addc51d9208da43f3870 100644 (file)
--- 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'.