# HG changeset patch # User Richard M. Stallman # Date 1106340650 0 # Node ID c31adbdf12ecc0d249860716991a1046ea94aa11 # Parent 080df55d2c06d466af806d0d434a2ce6cecd191c (Fcopy_file): Doc fix. diff -r 080df55d2c06 -r c31adbdf12ec src/fileio.c --- a/src/fileio.c Fri Jan 21 20:49:30 2005 +0000 +++ b/src/fileio.c Fri Jan 21 20:50:50 2005 +0000 @@ -2390,10 +2390,10 @@ 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 last-modified time as the old one. (This works on only some systems.) -A prefix arg makes KEEP-TIME non-nil. -Also set the file modes of the target file to match the source file. */) +A prefix arg makes KEEP-TIME non-nil. */) (file, newname, ok_if_already_exists, keep_time) Lisp_Object file, newname, ok_if_already_exists, keep_time; {