From: Kévin Le Gouguec Date: Sun, 25 Jul 2021 10:23:28 +0000 (+0200) Subject: * etc/NEWS: Fix renaming of directory-append. X-Git-Tag: emacs-28.0.90~1700 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb28b2e32bcd694e1684b5390a709057ffab5820;p=emacs.git * etc/NEWS: Fix renaming of directory-append. --- diff --git a/etc/NEWS b/etc/NEWS index f1635ae2e64..0d1abfd852c 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'.