aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/dired-aux.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 6082fc180dc..769d98c9530 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -1560,7 +1560,10 @@ When operating on multiple or marked files, you specify a directory,
1560and new copies of these files are made in that directory 1560and new copies of these files are made in that directory
1561with the same names that the files currently have. The default 1561with the same names that the files currently have. The default
1562suggested for the target directory depends on the value of 1562suggested for the target directory depends on the value of
1563`dired-dwim-target', which see." 1563`dired-dwim-target', which see.
1564
1565This command copies symbolic links by creating new ones,
1566like `cp -d'."
1564 (interactive "P") 1567 (interactive "P")
1565 (let ((dired-recursive-copies dired-recursive-copies)) 1568 (let ((dired-recursive-copies dired-recursive-copies))
1566 (dired-do-create-files 'copy (function dired-copy-file) 1569 (dired-do-create-files 'copy (function dired-copy-file)