mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 05:30:45 -08:00
Improve dired-do-copy doc string
* lisp/dired-aux.el (dired-do-copy): Mention the `dired-keep-marker-copy' variable in the doc string (bug#21746).
This commit is contained in:
parent
6db90a412a
commit
1bd7be00dc
1 changed files with 4 additions and 0 deletions
|
|
@ -2469,6 +2469,10 @@ If `dired-copy-preserve-time' is non-nil, this command preserves
|
|||
the modification time of each old file in the copy, similar to
|
||||
the \"-p\" option for the \"cp\" shell command.
|
||||
|
||||
The `dired-keep-marker-copy' user option controls how this
|
||||
command handles file marking. The default is to mark all new
|
||||
copies of files with a \"C\" mark.
|
||||
|
||||
This command copies symbolic links by creating new ones,
|
||||
similar to the \"-d\" option for the \"cp\" shell command.
|
||||
But if `dired-copy-dereference' is non-nil, the symbolic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue