diff options
| author | Lars Ingebrigtsen | 2022-04-28 13:48:17 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-04-28 13:48:17 +0200 |
| commit | 1bd7be00dcfcf5e7f0a03356b4f3cadfec128e48 (patch) | |
| tree | 3e189d1f1ced0e227ac8e72db720ebe8544233a6 | |
| parent | 6db90a412ac3aac6ff44d0d92ac26b2ecb228071 (diff) | |
| download | emacs-1bd7be00dcfcf5e7f0a03356b4f3cadfec128e48.tar.gz emacs-1bd7be00dcfcf5e7f0a03356b4f3cadfec128e48.zip | |
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).
| -rw-r--r-- | lisp/dired-aux.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index c2a7086146f..11aa0b2a5b2 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -2469,6 +2469,10 @@ If `dired-copy-preserve-time' is non-nil, this command preserves | |||
| 2469 | the modification time of each old file in the copy, similar to | 2469 | the modification time of each old file in the copy, similar to |
| 2470 | the \"-p\" option for the \"cp\" shell command. | 2470 | the \"-p\" option for the \"cp\" shell command. |
| 2471 | 2471 | ||
| 2472 | The `dired-keep-marker-copy' user option controls how this | ||
| 2473 | command handles file marking. The default is to mark all new | ||
| 2474 | copies of files with a \"C\" mark. | ||
| 2475 | |||
| 2472 | This command copies symbolic links by creating new ones, | 2476 | This command copies symbolic links by creating new ones, |
| 2473 | similar to the \"-d\" option for the \"cp\" shell command. | 2477 | similar to the \"-d\" option for the \"cp\" shell command. |
| 2474 | But if `dired-copy-dereference' is non-nil, the symbolic | 2478 | But if `dired-copy-dereference' is non-nil, the symbolic |