aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,
41does the same but displays the indirect buffer in another window. 41does the same but displays the indirect buffer in another window.
42 42
43** New user options `backup-directory-alist' and 43** New user options `backup-directory-alist' and
44`make-backup-file-name-function' are provided to control the placement 44`make-backup-file-name-function' control the placement of backups,
45of backups, typically in a single directory or in an invisible 45typically in a single directory or in an invisible sub-directory.
46sub-directory.
47 46
48** New commands iso-iso2sgml and iso-sgml2iso convert between Latin-1 47** New commands iso-iso2sgml and iso-sgml2iso convert between Latin-1
49characters and the corresponding SGML (HTML) entities. 48characters and the corresponding SGML (HTML) entities.
@@ -1147,6 +1146,9 @@ Note that +++ before an item means the Lisp manual has been updated.
1147When you add a new item, please add it without either +++ or --- 1146When you add a new item, please add it without either +++ or ---
1148so I will know I still need to look at it -- rms. 1147so I will know I still need to look at it -- rms.
1149 1148
1149** `concat' no longer accepts individual integer arguments, as
1150promised long ago.
1151
1150** The function `add-minor-mode' simplifies the definition of minor 1152** The function `add-minor-mode' simplifies the definition of minor
1151modes. 1153modes.
1152 1154