emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1bd7be00dc 1/2: Improve dired-do-copy doc string


From: Lars Ingebrigtsen
Subject: master 1bd7be00dc 1/2: Improve dired-do-copy doc string
Date: Thu, 28 Apr 2022 07:51:08 -0400 (EDT)

branch: master
commit 1bd7be00dcfcf5e7f0a03356b4f3cadfec128e48
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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).
---
 lisp/dired-aux.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index c2a7086146..11aa0b2a5b 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
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]