diff options
-rw-r--r-- | lisp/dired.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index f2d478e83c6..4d0c2abdf55 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -3641,8 +3641,8 @@ in the active region." (defun dired-toggle-marks () "Toggle marks: marked files become unmarked, and vice versa. -Files marked with other flags (such as `D') are not affected. -`.' and `..' are never toggled. +Flagged files (indicated with flags such as `C' and `D', not +with `*') are not affected, and `.' and `..' are never toggled. As always, hidden subdirs are not affected." (interactive) (save-excursion |