From: Juri Linkov Date: Sat, 9 Jul 2005 20:44:05 +0000 (+0000) Subject: (dired-marker-char): Avoid quotations for `do' and `mark' X-Git-Tag: emacs-pretest-22.0.90~8263 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=884b7f9dacfcd9547db42353cdc77c8b8636201a;p=emacs.git (dired-marker-char): Avoid quotations for `do' and `mark' to not create links to unrelated functions in the Help buffer. --- diff --git a/lisp/dired.el b/lisp/dired.el index a2d1cf957a8..a45395ecef9 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -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.")