Function: ibuffer-unmark-all-marks

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

Signature

(ibuffer-unmark-all-marks)

Documentation

Remove all marks from all marked buffers in Ibuffer.

Probably introduced at or before Emacs version 26.1.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/ibuffer.el.gz
(defun ibuffer-unmark-all-marks ()
  "Remove all marks from all marked buffers in Ibuffer."
  (interactive)
  ;; hm.  we could probably do this in a better fashion
  (ibuffer-unmark-all ?\r))