From: Lars Ingebrigtsen Date: Mon, 23 Sep 2019 15:35:03 +0000 (+0200) Subject: * lisp/dired-aux.el (dired-copy-file-recursive): Make prompt clearer. X-Git-Tag: emacs-27.0.90~1468 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=babc595909922201ca92f1bbcc03ae6b7964c1a9;p=emacs.git * lisp/dired-aux.el (dired-copy-file-recursive): Make prompt clearer. --- 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