1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

* dired-aux.el (dired-copy-file-recursive): Remove slighly misleading comment.

Fixes: debbugs:11328
This commit is contained in:
Lars Ingebrigtsen 2014-02-08 20:30:00 -08:00
parent 90b43013e9
commit c7b92b8816
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
* dired-aux.el (dired-copy-file-recursive): Remove slighly
misleading comment (bug#11328).
* repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
* icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).

View File

@ -1343,9 +1343,7 @@ Special value `always' suppresses confirmation."
(eq t (car attrs))
(or (eq recursive 'always)
(yes-or-no-p (format "Recursive copies of %s? " from))))
;; This is a directory.
(copy-directory from to preserve-time)
;; Not a directory.
(or top (dired-handle-overwrite to))
(condition-case err
(if (stringp (car attrs))