diff src/fileio.c @ 59671:9f1d36cee13a

(Fcopy_file): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Jan 2005 20:51:52 +0000
parents c31adbdf12ec
children b9a43f92b898 3dcba0bc766b 6d92d69fae33
line wrap: on
line diff
--- a/src/fileio.c	Fri Jan 21 20:50:50 2005 +0000
+++ b/src/fileio.c	Fri Jan 21 20:51:52 2005 +0000
@@ -2390,8 +2390,8 @@
 unless a third argument OK-IF-ALREADY-EXISTS is supplied and non-nil.
 A number as third arg means request confirmation if NEWNAME already exists.
 This is what happens in interactive use with M-x.
-Always sets the file modes of the target file to match the source file.
-Fourth arg KEEP-TIME non-nil means give the new file the same
+Always sets the file modes of the output file to match the input file.
+Fourth arg KEEP-TIME non-nil means give the output file the same
 last-modified time as the old one.  (This works on only some systems.)
 A prefix arg makes KEEP-TIME non-nil.  */)
      (file, newname, ok_if_already_exists, keep_time)