From: Lars Ingebrigtsen Date: Tue, 25 Aug 2020 12:42:22 +0000 (+0200) Subject: Doc fix for copy-directory X-Git-Tag: emacs-28.0.90~6412^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1165618288b5425361a92e3c042deb4b08912458;p=emacs.git Doc fix for copy-directory * lisp/files.el (copy-directory): PARENTS is no longer the last argument. --- diff --git a/lisp/files.el b/lisp/files.el index 873f362dd59..b6abafa4bd0 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -5897,9 +5897,9 @@ last-modified time as the old ones. (This works on only some systems.) A prefix arg makes KEEP-TIME non-nil. -Noninteractively, the last argument PARENTS says whether to -create parent directories if they don't exist. Interactively, -this happens by default. +Noninteractively, the PARENTS argument says whether to create +parent directories if they don't exist. Interactively, this +happens by default. If NEWNAME is a directory name, copy DIRECTORY as a subdirectory there. However, if called from Lisp with a non-nil optional