aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-07-12 17:36:47 +0000
committerRichard M. Stallman2002-07-12 17:36:47 +0000
commit5f4e6aa9929e56556d40188111a52664e545ddb8 (patch)
treea43464c3cf2c178cb402f5be3b20bbd1ffa04fc0 /src
parentd00a3408911135f6349e0b96af0ae51757b8f8f7 (diff)
downloademacs-5f4e6aa9929e56556d40188111a52664e545ddb8.tar.gz
emacs-5f4e6aa9929e56556d40188111a52664e545ddb8.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 68425e5daf0..ce27fad4516 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4730,7 +4730,7 @@ If VISIT is a string, it is a second file name;
4730 the output goes to FILENAME, but the buffer is marked as visiting VISIT. 4730 the output goes to FILENAME, but the buffer is marked as visiting VISIT.
4731 VISIT is also the file name to lock and unlock for clash detection. 4731 VISIT is also the file name to lock and unlock for clash detection.
4732If VISIT is neither t nor nil nor a string, 4732If VISIT is neither t nor nil nor a string,
4733 that means do not print the \"Wrote file\" message. 4733 that means do not display the \"Wrote file\" message.
4734The optional sixth arg LOCKNAME, if non-nil, specifies the name to 4734The optional sixth arg LOCKNAME, if non-nil, specifies the name to
4735 use for locking and unlocking, overriding FILENAME and VISIT. 4735 use for locking and unlocking, overriding FILENAME and VISIT.
4736The optional seventh arg MUSTBENEW, if non-nil, insists on a check 4736The optional seventh arg MUSTBENEW, if non-nil, insists on a check