`describe-variable' called on the variable `dired-marker-char'
creates links to unrelated functions `mark' and `do' (when cl-macs
is loaded).
,----
| dired-marker-char's value is 42
| Automatically becomes buffer-local when set in any fashion.
|
| In Dired, the current mark character.
| This is what the `do' commands look for and what the `mark' commands store.
== ====
|
| Defined in `dired'.
`----
Is it correct to rewrite it as:
Index: lisp/dired.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/dired.el,v
retrieving revision 1.314
diff -u -r1.314 dired.el
--- lisp/dired.el 6 Jun 2005 12:23:03 -0000 1.314
+++ lisp/dired.el 4 Jul 2005 00:03:07 -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.")
--
Juri Linkov
http://www.jurta.org/emacs/
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug