comparison src/fileio.c @ 18210:2338261796d2

(Fwrite_region): Fix previous doc change.
author Erik Naggum <erik@naggum.no>
date Tue, 10 Jun 1997 11:58:57 +0000
parents d84dde1fad16
children fd2ccbdc5660
comparison
equal deleted inserted replaced
18209:48d6bf451f40 18210:2338261796d2
3760 the output goes to FILENAME, but the buffer is marked as visiting VISIT.\n\ 3760 the output goes to FILENAME, but the buffer is marked as visiting VISIT.\n\
3761 VISIT is also the file name to lock and unlock for clash detection.\n\ 3761 VISIT is also the file name to lock and unlock for clash detection.\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)
3768 Lisp_Object start, end, filename, append, visit, lockname; 3769 Lisp_Object start, end, filename, append, visit, lockname;
3769 { 3770 {