2005-09-25 Romain Francoise <romain@orebokech.com>
[bpt/emacs.git] / lisp / dired-aux.el
index 561c7cc..f946199 100644 (file)
@@ -1147,7 +1147,7 @@ Special value `always' suppresses confirmation."
     (if (and recursive
             (eq t (car attrs))
             (or (eq recursive 'always)
-                (yes-or-no-p (format "Recursive copies of %s " from))))
+                (yes-or-no-p (format "Recursive copies of %s? " from))))
        ;; This is a directory.
        (let ((files (directory-files from nil dired-re-no-dot)))
          (if (eq recursive 'top) (setq recursive 'always)) ; Don't ask any more.