* 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 ()
|
(defun dired-toggle-marks ()
|
||||||
"Toggle marks: marked files become unmarked, and vice versa.
|
"Toggle marks: marked files become unmarked, and vice versa.
|
||||||
Files marked with other flags (such as `D') are not affected.
|
Flagged files (indicated with flags such as `C' and `D', not
|
||||||
`.' and `..' are never toggled.
|
with `*') are not affected, and `.' and `..' are never toggled.
|
||||||
As always, hidden subdirs are not affected."
|
As always, hidden subdirs are not affected."
|
||||||
(interactive)
|
(interactive)
|
||||||
(save-excursion
|
(save-excursion
|
||||||
|
|
Loading…
Add table
Reference in a new issue