Commit 12c8cdb6 authored by Eli Zaretskii's avatar Eli Zaretskii
Browse files

Merge from origin/emacs-29

b99d12c3 ; Fix argument name for function `copy-file'
parents 5c652414 b99d12c3
Pipeline #26846 failed with stages
in 9 minutes and 50 seconds
......@@ -1803,7 +1803,7 @@ If @var{newname} exists, then it must be an empty directory if
@var{oldname} is a directory and a non-directory otherwise.
@end deffn
@deffn Command copy-file oldname newname &optional ok-if-already-exists time preserve-uid-gid preserve-extended-attributes
@deffn Command copy-file oldname newname &optional ok-if-already-exists time preserve-uid-gid preserve-permissions
This command copies the file @var{oldname} to @var{newname}. An
error is signaled if @var{oldname} is not a regular file. If @var{newname}
names a directory, it copies @var{oldname} into that directory,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment