mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(dired-flag-garbage-files): Move interactive flag across doc string.
This commit is contained in:
parent
1091853337
commit
f656ec48c3
@ -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…
Reference in New Issue
Block a user