diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-10-18 10:50:28 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-10-18 10:50:28 +0000 |
commit | ec9581d515d2aa4073738e2e057464fc73acd825 (patch) | |
tree | e6d97b4fd9fbfac402ae1a061980450e1db9e2ed /lisp/dired-aux.el | |
parent | b2c28d9b2f7b431ab41b1f5f47bc608e5911e3d1 (diff) | |
download | emacs-ec9581d515d2aa4073738e2e057464fc73acd825.tar.gz |
(dired-do-copy): Doc fix.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r-- | lisp/dired-aux.el | 5 |
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, and new copies of these files are made in that directory with the same names that the files currently have. The default suggested for the target directory depends on the value of -`dired-dwim-target', which see." +`dired-dwim-target', which see. + +This command copies symbolic links by creating new ones, +like `cp -d'." (interactive "P") (let ((dired-recursive-copies dired-recursive-copies)) (dired-do-create-files 'copy (function dired-copy-file) |