From 82400f5661a77cfab65d057676790ee48d254af5 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 10 May 2000 19:40:18 +0000 Subject: [PATCH] write-region change --- lispref/files.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lispref/files.texi b/lispref/files.texi index cf6fb8f5739..e27ab8f81d2 100644 --- a/lispref/files.texi +++ b/lispref/files.texi @@ -550,7 +550,9 @@ that string, rather than text from the buffer. @var{end} is ignored in this case. If @var{append} is non-@code{nil}, then the specified text is appended -to the existing file contents (if any). +to the existing file contents (if any). Starting in Emacs 21, if +@var{append} is an integer, then @code{write-region} seeks to that byte +offset from the start of the file and writes the data from there. If @var{mustbenew} is non-@code{nil}, then @code{write-region} asks for confirmation if @var{filename} names an existing file. -- 2.39.5