changeset 1761:b9ef55b0df4a

(Fwrite_region): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 11 Jan 1993 23:15:30 +0000
parents 05492c456293
children d70878f22be4
files src/fileio.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/fileio.c	Mon Jan 11 05:10:15 1993 +0000
+++ b/src/fileio.c	Mon Jan 11 23:15:30 1993 +0000
@@ -2436,11 +2436,11 @@
 Optional fifth argument VISIT if t means\n\
   set the last-save-file-modtime of buffer to this file's modtime\n\
   and mark buffer not modified.\n\
-If VISIT is neither t nor nil, it means do not print\n\
-  the \"Wrote file\" message.\n\
 If VISIT is a string, it is a second file name;\n\
   the output goes to FILENAME, but the buffer is marked as visiting VISIT.\n\
   VISIT is also the file name to lock and unlock for clash detection.\n\
+If VISIT is neither t nor nil nor a string,\n\
+  that means do not print the \"Wrote file\" message.\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)