projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01dfcb7
)
* src/fileio.c (Fwrite_region): Improve the doc string.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 2 Jan 2020 17:34:30 +0000
(19:34 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 2 Jan 2020 17:34:30 +0000
(19:34 +0200)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index 6e2fe2f0b82f44155a5c57c46892dab7af5c8158..34934dd6df64c2b7a7c31660e265606052776527 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-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.