]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/dired-aux.el (dired-copy-file-recursive): Make prompt clearer.
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 23 Sep 2019 15:35:03 +0000 (17:35 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 23 Sep 2019 15:35:03 +0000 (17:35 +0200)
lisp/dired-aux.el

index a321247b0b6e68f4e80c038e485066da7ad6cf39..bfc37c5cdef61ca089e0c9da05f78a74362fcc07 100644 (file)
@@ -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