]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fwrite_region): Fix previous doc change.
authorErik Naggum <erik@naggum.no>
Tue, 10 Jun 1997 11:58:57 +0000 (11:58 +0000)
committerErik Naggum <erik@naggum.no>
Tue, 10 Jun 1997 11:58:57 +0000 (11:58 +0000)
src/fileio.c

index 3a0b65d118128d57ccbb9a28f5d83b17f9e6b294..c0b320aea63585084e44004fe2f80c60543569e9 100644 (file)
@@ -3762,6 +3762,7 @@ If VISIT is a string, it is a second file name;\n\
 If VISIT is neither t nor nil nor a string,\n\
   that means do not print the \"Wrote file\" message.\n\
 The optional sixth arg LOCKNAME, if non-nil, specifies the name to\n\
+  use for locking and unlocking, overriding FILENAME and VISIT.\n\
 Kludgy feature: if START is a string, then that string is written\n\
 to the file, instead of any buffer contents, and END is ignored.")
   (start, end, filename, append, visit, lockname)