aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-07-09 20:44:05 +0000
committerJuri Linkov2005-07-09 20:44:05 +0000
commit884b7f9dacfcd9547db42353cdc77c8b8636201a (patch)
tree594162b27ad46f233be709ae114f9f275ff232ff
parentfeed81e98e2c5addbdb25f7d1a632f25240ef0be (diff)
downloademacs-884b7f9dacfcd9547db42353cdc77c8b8636201a.tar.gz
emacs-884b7f9dacfcd9547db42353cdc77c8b8636201a.zip
(dired-marker-char): Avoid quotations for `do' and `mark'
to not create links to unrelated functions in the Help buffer.
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
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."
224 ;; concentric sets or an order for the marked files. 224 ;; concentric sets or an order for the marked files.
225 ;; The code depends on dynamic scoping on the marker char. 225 ;; The code depends on dynamic scoping on the marker char.
226 "In Dired, the current mark character. 226 "In Dired, the current mark character.
227This is what the `do' commands look for and what the `mark' commands store.") 227This is what the do-commands look for, and what the mark-commands store.")
228 228
229(defvar dired-del-marker ?D 229(defvar dired-del-marker ?D
230 "Character used to flag files for deletion.") 230 "Character used to flag files for deletion.")