From babc595909922201ca92f1bbcc03ae6b7964c1a9 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 23 Sep 2019 17:35:03 +0200 Subject: [PATCH] * lisp/dired-aux.el (dired-copy-file-recursive): Make prompt clearer. --- lisp/dired-aux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index a321247b0b6..bfc37c5cdef 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -1609,7 +1609,7 @@ If `ask', ask for user confirmation." (if (and recursive (eq t (file-attribute-type attrs)) (or (eq recursive 'always) - (yes-or-no-p (format "Recursive copies of %s? " from)))) + (yes-or-no-p (format "Copy %s recursively? " from)))) (copy-directory from to preserve-time) (or top (dired-handle-overwrite to)) (condition-case err -- 2.39.2