From: Erik Naggum Date: Tue, 10 Jun 1997 11:58:57 +0000 (+0000) Subject: (Fwrite_region): Fix previous doc change. X-Git-Tag: emacs-20.1~1736 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8b68aae754cb1baf22a83faa4d5b33c56282552e;p=emacs.git (Fwrite_region): Fix previous doc change. --- diff --git a/src/fileio.c b/src/fileio.c index 3a0b65d1181..c0b320aea63 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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)