; Fix argument name for function `copy-file'
* doc/lispref/files.texi (Changing Files): Change name of last argument of function `copy-file' from `preserve-extended-attributes' to `preserve-permissions', as used in the function's description, its doc string and the description below in the manual.
This commit is contained in:
parent
62920dcb0d
commit
b99d12c30c
1 changed files with 1 additions and 1 deletions
|
@ -1797,7 +1797,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,
|
||||
|
|
Loading…
Add table
Reference in a new issue