Mercurial > emacs
changeset 59670:c31adbdf12ec
(Fcopy_file): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 21 Jan 2005 20:50:50 +0000 |
parents | 080df55d2c06 |
children | 9f1d36cee13a |
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: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; {