]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-marker-char): Avoid quotations for `do' and `mark'
authorJuri Linkov <juri@jurta.org>
Sat, 9 Jul 2005 20:44:05 +0000 (20:44 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 9 Jul 2005 20:44:05 +0000 (20:44 +0000)
to not create links to unrelated functions in the Help buffer.

lisp/dired.el

index a2d1cf957a814e3e12dd5613a535c6bda9a8e15c..a45395ecef96f3699f2adb05752b870d4d88956b 100644 (file)
@@ -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.")