1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

write-region change

This commit is contained in:
Dave Love 2000-05-10 19:40:18 +00:00
parent e1ecab40e6
commit 82400f5661

View File

@ -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.