* lisp/dired.el (dired-toggle-marks): Doc fix. (Bug#41097)
This commit is contained in:
parent
be0d1cac83
commit
e2406ff60f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue