mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(dired-flag-garbage-files): Move interactive flag across doc string.
This commit is contained in:
parent
1091853337
commit
f656ec48c3
1 changed files with 1 additions and 1 deletions
|
|
@ -2170,8 +2170,8 @@ A prefix argument says to unflag those files instead."
|
|||
"*Regular expression to match \"garbage\" files for `dired-flag-garbage-files'.")
|
||||
|
||||
(defun dired-flag-garbage-files ()
|
||||
(interactive)
|
||||
"Flag for deletion all files that match `dired-garbage-files-regexp'."
|
||||
(interactive)
|
||||
(dired-flag-files-regexp dired-garbage-files-regexp))
|
||||
|
||||
(defun dired-flag-backup-files (&optional unflag-p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue