From: Dave Love Date: Wed, 10 May 2000 08:54:51 +0000 (+0000) Subject: write-region change X-Git-Tag: emacs-pretest-21.0.90~4018 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0124b4a2f3c0bc094526fcfe407af37eda59c97;p=emacs.git write-region change --- 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. 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.