# HG changeset patch # User Juri Linkov # Date 1120941845 0 # Node ID 7fc36b055c0917c139fe25dd1b01e0426b5fef1d # Parent 258eefd93f5ca18834fe6c4d16c931ff619ae643 (dired-marker-char): Avoid quotations for `do' and `mark' to not create links to unrelated functions in the Help buffer. diff -r 258eefd93f5c -r 7fc36b055c09 lisp/dired.el --- 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.")