diff options
| author | Juri Linkov | 2005-07-09 20:44:05 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-07-09 20:44:05 +0000 |
| commit | 884b7f9dacfcd9547db42353cdc77c8b8636201a (patch) | |
| tree | 594162b27ad46f233be709ae114f9f275ff232ff | |
| parent | feed81e98e2c5addbdb25f7d1a632f25240ef0be (diff) | |
| download | emacs-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.el | 2 |
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. |
| 227 | This is what the `do' commands look for and what the `mark' commands store.") | 227 | This 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.") |