aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-05-10 08:54:51 +0000
committerDave Love2000-05-10 08:54:51 +0000
commitf0124b4a2f3c0bc094526fcfe407af37eda59c97 (patch)
treebd026f9fc1127403c7744f4249ee1a01d449c243
parent43fb7d9afa6cbfc69cd3b10f77a2ae200516a6e8 (diff)
downloademacs-f0124b4a2f3c0bc094526fcfe407af37eda59c97.tar.gz
emacs-f0124b4a2f3c0bc094526fcfe407af37eda59c97.zip
write-region change
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5fa1119868c..8cbe1c09f42 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -440,7 +440,7 @@ There is a new command M-x replace-rectangle.
440query-replace-regexp, but takes a Lisp expression which is evaluated 440query-replace-regexp, but takes a Lisp expression which is evaluated
441after each match to get the replacement text. 441after each match to get the replacement text.
442 442
443** M-x query-replace recognizes a new command `E' that let's you 443** M-x query-replace recognizes a new command `E' that lets you
444edit the replacement string. 444edit the replacement string.
445 445
446** The new command mail-abbrev-complete-alias, bound to `M-TAB', let's 446** The new command mail-abbrev-complete-alias, bound to `M-TAB', let's
@@ -1171,6 +1171,9 @@ Note that +++ before an item means the Lisp manual has been updated.
1171When you add a new item, please add it without either +++ or --- 1171When you add a new item, please add it without either +++ or ---
1172so I will know I still need to look at it -- rms. 1172so I will know I still need to look at it -- rms.
1173 1173
1174** If the APPEND argument of `write-region' is an integer, it seeks to
1175that offset in the file before writing.
1176
1174** `concat' no longer accepts individual integer arguments, as 1177** `concat' no longer accepts individual integer arguments, as
1175promised long ago. 1178promised long ago.
1176 1179