summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-04-28 17:09:07 +0000
committerDave Love <fx@gnu.org>2000-04-28 17:09:07 +0000
commit3bbc50af42e438c3bc75f2476d9bb80cd2d2c999 (patch)
tree210d7f21b4b8e673f46cb449246668487ae88295 /etc
parenta9cacab79c76f92709a4c1890ddfea69e8bd5cd7 (diff)
downloademacs-3bbc50af42e438c3bc75f2476d9bb80cd2d2c999.tar.gz
concat change
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4881906f90b..801d9d0071d 100644
--- 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.