aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,
1233 "Copy all marked (or next ARG) files, or copy the current file. 1233 "Copy all marked (or next ARG) files, or copy the current file.
1234This normally preserves the last-modified date when copying. 1234This normally preserves the last-modified date when copying.
1235When operating on just the current file, you specify the new name. 1235When operating on just the current file, you specify the new name.
1236When operating on multiple or marked files, you specify a directory 1236When operating on multiple or marked files, you specify a directory,
1237and new symbolic links are made in that directory 1237and new copies of these files are made in that directory
1238with the same names that the files currently have." 1238with the same names that the files currently have."
1239 (interactive "P") 1239 (interactive "P")
1240 (dired-do-create-files 'copy (function dired-copy-file) 1240 (dired-do-create-files 'copy (function dired-copy-file)