From 1165618288b5425361a92e3c042deb4b08912458 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 25 Aug 2020 14:42:22 +0200 Subject: [PATCH] Doc fix for copy-directory * lisp/files.el (copy-directory): PARENTS is no longer the last argument. --- lisp/files.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2