aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2004-07-24 21:39:32 +0000
committerRichard M. Stallman2004-07-24 21:39:32 +0000
commit36e50520bb16e3b234c79500565a0dc1535ee383 (patch)
tree9d125818f0ef2912d047d13c445ec5573f1f6e06 /src
parent2c77cf3b924db00738fd2f27afdc457dd79a9932 (diff)
downloademacs-36e50520bb16e3b234c79500565a0dc1535ee383.tar.gz
emacs-36e50520bb16e3b234c79500565a0dc1535ee383.zip
(Fwrite_region): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
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.
4866Optional fourth argument APPEND if non-nil means 4866Optional 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.
4869Optional fifth argument VISIT if t means 4869Optional 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.
4872If VISIT is a string, it is a second file name; 4872If VISIT is a string, it is a second file name;