]> git.eshelyaron.com Git - emacs.git/commitdiff
write-region change
authorDave Love <fx@gnu.org>
Wed, 10 May 2000 08:54:51 +0000 (08:54 +0000)
committerDave Love <fx@gnu.org>
Wed, 10 May 2000 08:54:51 +0000 (08:54 +0000)
etc/NEWS

index 5fa1119868cb1d66d5f50cb183f5116723f6dea2..8cbe1c09f4268b86a3520f3f1f42b4e688101cd4 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -440,7 +440,7 @@ There is a new command M-x replace-rectangle.
 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 @@ 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.
 
+** 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.