comparison src/fileio.c @ 56525:a86a4deb195d

(Fwrite_region): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 24 Jul 2004 21:39:32 +0000
parents 36170ef90094
children c0f488e9cb26 4e92102a0172 c08afac24467
comparison
equal deleted inserted replaced
56524:d2661c5fec0b 56525:a86a4deb195d
4864 instead of any buffer contents; END is ignored. 4864 instead of any buffer contents; END is ignored.
4865 4865
4866 Optional fourth argument APPEND if non-nil means 4866 Optional fourth argument APPEND if non-nil means
4867 append to existing file contents (if any). If it is an integer, 4867 append to existing file contents (if any). If it is an integer,
4868 seek to that offset in the file before writing. 4868 seek to that offset in the file before writing.
4869 Optional fifth argument VISIT if t means 4869 Optional fifth argument VISIT, if t or a string, means
4870 set the last-save-file-modtime of buffer to this file's modtime 4870 set the last-save-file-modtime of buffer to this file's modtime
4871 and mark buffer not modified. 4871 and mark buffer not modified.
4872 If VISIT is a string, it is a second file name; 4872 If VISIT is a string, it is a second file name;
4873 the output goes to FILENAME, but the buffer is marked as visiting VISIT. 4873 the output goes to FILENAME, but the buffer is marked as visiting VISIT.
4874 VISIT is also the file name to lock and unlock for clash detection. 4874 VISIT is also the file name to lock and unlock for clash detection.