From 36e50520bb16e3b234c79500565a0dc1535ee383 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 24 Jul 2004 21:39:32 +0000 Subject: [PATCH] (Fwrite_region): Doc fix. --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fileio.c b/src/fileio.c index 1615bca3781..c417dcdf339 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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; -- 2.39.2