]> git.eshelyaron.com Git - emacs.git/commitdiff
concat change
authorDave Love <fx@gnu.org>
Fri, 28 Apr 2000 17:09:07 +0000 (17:09 +0000)
committerDave Love <fx@gnu.org>
Fri, 28 Apr 2000 17:09:07 +0000 (17:09 +0000)
etc/NEWS

index 4881906f90bafe0f766686f34370291a4e279dfa..801d9d0071d4ee659112fa28b27c7500768bfceb 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -41,9 +41,8 @@ command `clone-buffer-indirectly-other-window', bound to C-x 4 c,
 does the same but displays the indirect buffer in another window.
 
 ** New user options `backup-directory-alist' and
-`make-backup-file-name-function' are provided to control the placement
-of backups, typically in a single directory or in an invisible
-sub-directory.
+`make-backup-file-name-function' control the placement of backups,
+typically in a single directory or in an invisible sub-directory.
 
 ** New commands iso-iso2sgml and iso-sgml2iso convert between Latin-1
 characters and the corresponding SGML (HTML) entities.
@@ -1147,6 +1146,9 @@ Note that +++ before an item means the Lisp manual has been updated.
 When you add a new item, please add it without either +++ or ---
 so I will know I still need to look at it -- rms.
 
+** `concat' no longer accepts individual integer arguments, as
+promised long ago.
+
 ** The function `add-minor-mode' simplifies the definition of minor
 modes.