mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(dired-do-copy): Doc fix.
This commit is contained in:
parent
b2c28d9b2f
commit
ec9581d515
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue