* src/fileio.c (Fwrite_region): Improve the doc string.

This commit is contained in:
Eli Zaretskii 2020-01-02 19:34:30 +02:00
parent 01dfcb7c87
commit 1420906b81

View file

@ -4975,6 +4975,7 @@ Optional fourth argument APPEND if non-nil means
Optional fifth argument VISIT, if t or a string, means
set the last-save-file-modtime of buffer to this file's modtime
and mark buffer not modified.
If VISIT is t, the buffer is marked as visiting FILENAME.
If VISIT is a string, it is a second file name;
the output goes to FILENAME, but the buffer is marked as visiting VISIT.
VISIT is also the file name to lock and unlock for clash detection.