mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(dired-marker-char): Avoid quotations for do' and mark'
to not create links to unrelated functions in the Help buffer.
This commit is contained in:
parent
feed81e98e
commit
884b7f9dac
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ as in other buffers."
|
|||
;; concentric sets or an order for the marked files.
|
||||
;; The code depends on dynamic scoping on the marker char.
|
||||
"In Dired, the current mark character.
|
||||
This is what the `do' commands look for and what the `mark' commands store.")
|
||||
This is what the do-commands look for, and what the mark-commands store.")
|
||||
|
||||
(defvar dired-del-marker ?D
|
||||
"Character used to flag files for deletion.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue