changeset 64193:7fc36b055c09

(dired-marker-char): Avoid quotations for `do' and `mark' to not create links to unrelated functions in the Help buffer.
author Juri Linkov <juri@jurta.org>
date Sat, 09 Jul 2005 20:44:05 +0000
parents 258eefd93f5c
children 76fced56e97e
files lisp/dired.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dired.el	Sat Jul 09 20:43:32 2005 +0000
+++ b/lisp/dired.el	Sat Jul 09 20:44:05 2005 +0000
@@ -224,7 +224,7 @@
   ;; 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.")