Merge from origin/emacs-29

b99d12c30c ; Fix argument name for function `copy-file'
This commit is contained in:
Eli Zaretskii 2023-10-21 08:06:09 -04:00
commit 12c8cdb60c

View file

@ -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,