Mercurial > emacs
changeset 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 | 0152df6cc701 |
files | src/fileio.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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)