From: Richard M. Stallman Date: Sat, 24 Jul 2004 21:39:32 +0000 (+0000) Subject: (Fwrite_region): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~5403 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=36e50520bb16e3b234c79500565a0dc1535ee383;p=emacs.git (Fwrite_region): Doc fix. --- 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;