* lisp/dired-aux.el (dired-copy-file-recursive): Make prompt clearer.
This commit is contained in:
parent
3f45c14035
commit
babc595909
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue