]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix argument name for function `copy-file'
authorJens Schmidt <jschmidt4gnu@vodafonemail.de>
Wed, 18 Oct 2023 20:43:37 +0000 (22:43 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 20 Oct 2023 06:04:39 +0000 (09:04 +0300)
* 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.

doc/lispref/files.texi

index f8781d4895bd6e093a090b5f233247b5bed49fc1..6a8bd69b102f1cdba6ca5a4ba61847b2c3a043d4 100644 (file)
@@ -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,