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.

View in manual

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 nil dired-mode)
  (dired-unmark-all-files ?\r))