Mercurial > emacs
changeset 18210:2338261796d2
(Fwrite_region): Fix previous doc change.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Tue, 10 Jun 1997 11:58:57 +0000 |
parents | 48d6bf451f40 |
children | 9364da8606f3 |
files | src/fileio.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Tue Jun 10 06:44:01 1997 +0000 +++ b/src/fileio.c Tue Jun 10 11:58:57 1997 +0000 @@ -3762,6 +3762,7 @@ 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)