diff options
| author | Erik Naggum | 1997-06-10 11:58:57 +0000 |
|---|---|---|
| committer | Erik Naggum | 1997-06-10 11:58:57 +0000 |
| commit | 8b68aae754cb1baf22a83faa4d5b33c56282552e (patch) | |
| tree | 992d434c65aa43c52ee47c582b0e324c0d8bb923 /src | |
| parent | fac9f1df1a9e81b8bdf626a5a3f689ae6595b410 (diff) | |
| download | emacs-8b68aae754cb1baf22a83faa4d5b33c56282552e.tar.gz emacs-8b68aae754cb1baf22a83faa4d5b33c56282552e.zip | |
(Fwrite_region): Fix previous doc change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 1 |
1 files changed, 1 insertions, 0 deletions
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\ | |||
| 3762 | If VISIT is neither t nor nil nor a string,\n\ | 3762 | If VISIT is neither t nor nil nor a string,\n\ |
| 3763 | that means do not print the \"Wrote file\" message.\n\ | 3763 | that means do not print the \"Wrote file\" message.\n\ |
| 3764 | The optional sixth arg LOCKNAME, if non-nil, specifies the name to\n\ | 3764 | The optional sixth arg LOCKNAME, if non-nil, specifies the name to\n\ |
| 3765 | use for locking and unlocking, overriding FILENAME and VISIT.\n\ | ||
| 3765 | Kludgy feature: if START is a string, then that string is written\n\ | 3766 | Kludgy feature: if START is a string, then that string is written\n\ |
| 3766 | to the file, instead of any buffer contents, and END is ignored.") | 3767 | to the file, instead of any buffer contents, and END is ignored.") |
| 3767 | (start, end, filename, append, visit, lockname) | 3768 | (start, end, filename, append, visit, lockname) |