Function: dired-unmark-all-marks

dired-unmark-all-marks is an interactive and byte-compiled function defined in dired.el.gz.

Signature

(dired-unmark-all-marks)

Documentation

Remove all marks from all files in the Dired buffer.

Probably introduced at or before Emacs version 20.1.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/dired.el.gz
(defun dired-unmark-all-marks ()
  "Remove all marks from all files in the Dired buffer."
  (interactive)
  (dired-unmark-all-files ?\r))