summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-08-02 19:20:38 +0000
committerRichard M. Stallman <rms@gnu.org>1995-08-02 19:20:38 +0000
commitbb56d35ba2b384a09f0344932dca7bc2919b0140 (patch)
tree9a27848cf421a395161d97cd2f480d1d617122e6 /lisp/dired-aux.el
parentd4e11cd7564fc55e8351eded4f42d47f7ac85c89 (diff)
downloademacs-bb56d35ba2b384a09f0344932dca7bc2919b0140.tar.gz
(dired-do-copy): Doc fix.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r--lisp/dired-aux.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index ce9ec7a8cb0..e2fcbb50afd 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -1233,8 +1233,8 @@ ESC or `q' to not overwrite any of the remaining files,
"Copy all marked (or next ARG) files, or copy the current file.
This normally preserves the last-modified date when copying.
When operating on just the current file, you specify the new name.
-When operating on multiple or marked files, you specify a directory
-and new symbolic links are made in that directory
+When operating on multiple or marked files, you specify a directory,
+and new copies of these files are made in that directory
with the same names that the files currently have."
(interactive "P")
(dired-do-create-files 'copy (function dired-copy-file)