Function: dired-flag-garbage-files
dired-flag-garbage-files is an interactive and byte-compiled function
defined in dired.el.gz.
Signature
(dired-flag-garbage-files)
Documentation
Flag for deletion all files that match dired-garbage-files-regexp.
Probably introduced at or before Emacs version 23.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/dired.el.gz
(defun dired-flag-garbage-files ()
"Flag for deletion all files that match `dired-garbage-files-regexp'."
(interactive)
(dired-flag-files-regexp dired-garbage-files-regexp))