mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
* lisp/dired.el (dired-toggle-marks): Doc fix. (Bug#41097)
This commit is contained in:
parent
be0d1cac83
commit
e2406ff60f
@ -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…
Reference in New Issue
Block a user