changeset 28847:c27ead6e7ea1

write-region change
author Dave Love <fx@gnu.org>
date Wed, 10 May 2000 08:54:51 +0000
parents 0027ff9c083a
children 76d2fa8b61b3
files etc/NEWS
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed May 10 08:52:47 2000 +0000
+++ b/etc/NEWS	Wed May 10 08:54:51 2000 +0000
@@ -440,7 +440,7 @@
 query-replace-regexp, but takes a Lisp expression which is evaluated
 after each match to get the replacement text.
 
-** M-x query-replace recognizes a new command `E' that let's you
+** M-x query-replace recognizes a new command `E' that lets you
 edit the replacement string.
 
 ** The new command mail-abbrev-complete-alias, bound to `M-TAB', let's
@@ -1171,6 +1171,9 @@
 When you add a new item, please add it without either +++ or ---
 so I will know I still need to look at it -- rms.
 
+** If the APPEND argument of `write-region' is an integer, it seeks to
+that offset in the file before writing.
+
 ** `concat' no longer accepts individual integer arguments, as
 promised long ago.