emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 1420906: * src/fileio.c (Fwrite_region): Improve the doc string


From: Eli Zaretskii
Subject: emacs-27 1420906: * src/fileio.c (Fwrite_region): Improve the doc string.
Date: Thu, 2 Jan 2020 12:34:57 -0500 (EST)

branch: emacs-27
commit 1420906b812852fab3ee37393db813afdf9e75b7
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * src/fileio.c (Fwrite_region): Improve the doc string.
---
 src/fileio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/fileio.c b/src/fileio.c
index 6e2fe2f..34934dd 100644
--- 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]