Mercurial > emacs
changeset 28853:3259733d5ea0
write-region change
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 10 May 2000 19:40:18 +0000 |
parents | 3c430bf1873f |
children | a5c81109bc31 |
files | lispref/files.texi |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/files.texi Wed May 10 19:30:05 2000 +0000 +++ b/lispref/files.texi Wed May 10 19:40:18 2000 +0000 @@ -550,7 +550,9 @@ 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.