emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Docstring of dired-marker-char


From: Juri Linkov
Subject: Docstring of dired-marker-char
Date: Mon, 04 Jul 2005 03:03:47 +0300
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

`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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]