diff options
| -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.") |