diff options
| author | Richard M. Stallman | 1993-01-11 23:15:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-01-11 23:15:30 +0000 |
| commit | 1d386d28ffe4c5b7cde93242c046588f7783db0d (patch) | |
| tree | a84a139569c05264b48d132e314839b1ed93e5cc /src | |
| parent | 88c1aa792a1cc3a418317a048c611cc7b9091fe2 (diff) | |
| download | emacs-1d386d28ffe4c5b7cde93242c046588f7783db0d.tar.gz emacs-1d386d28ffe4c5b7cde93242c046588f7783db0d.zip | |
(Fwrite_region): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c index f96dd00af34..0bc623a0225 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -2436,11 +2436,11 @@ Optional fourth argument APPEND if non-nil means\n\ | |||
| 2436 | Optional fifth argument VISIT if t means\n\ | 2436 | Optional fifth argument VISIT if t means\n\ |
| 2437 | set the last-save-file-modtime of buffer to this file's modtime\n\ | 2437 | set the last-save-file-modtime of buffer to this file's modtime\n\ |
| 2438 | and mark buffer not modified.\n\ | 2438 | and mark buffer not modified.\n\ |
| 2439 | If VISIT is neither t nor nil, it means do not print\n\ | ||
| 2440 | the \"Wrote file\" message.\n\ | ||
| 2441 | If VISIT is a string, it is a second file name;\n\ | 2439 | If VISIT is a string, it is a second file name;\n\ |
| 2442 | the output goes to FILENAME, but the buffer is marked as visiting VISIT.\n\ | 2440 | the output goes to FILENAME, but the buffer is marked as visiting VISIT.\n\ |
| 2443 | VISIT is also the file name to lock and unlock for clash detection.\n\ | 2441 | VISIT is also the file name to lock and unlock for clash detection.\n\ |
| 2442 | If VISIT is neither t nor nil nor a string,\n\ | ||
| 2443 | that means do not print the \"Wrote file\" message.\n\ | ||
| 2444 | Kludgy feature: if START is a string, then that string is written\n\ | 2444 | Kludgy feature: if START is a string, then that string is written\n\ |
| 2445 | to the file, instead of any buffer contents, and END is ignored.") | 2445 | to the file, instead of any buffer contents, and END is ignored.") |
| 2446 | (start, end, filename, append, visit) | 2446 | (start, end, filename, append, visit) |