]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fwrite_region): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 24 Jul 2004 21:39:32 +0000 (21:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 24 Jul 2004 21:39:32 +0000 (21:39 +0000)
src/fileio.c

index 1615bca3781a280dd774f9d900887d18ea914ba3..c417dcdf33999d14a09916df329f967d93e9bdc7 100644 (file)
@@ -4866,7 +4866,7 @@ instead of any buffer contents; END is ignored.
 Optional fourth argument APPEND if non-nil means
   append to existing file contents (if any).  If it is an integer,
   seek to that offset in the file before writing.
-Optional fifth argument VISIT if t 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 a string, it is a second file name;