Function: ibuffer-mark-forward

ibuffer-mark-forward is an interactive and byte-compiled function defined in ibuffer.el.gz.

Signature

(ibuffer-mark-forward START END ARG)

Documentation

Mark the buffers in the region, or ARG buffers.

If point is on a group name, this function operates on that group.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/ibuffer.el.gz
(defun ibuffer-mark-forward (start end arg)
  "Mark the buffers in the region, or ARG buffers.
If point is on a group name, this function operates on that group."
  (interactive (ibuffer-get-region-and-prefix))
  (ibuffer-mark-region-or-n-with-char start end arg ibuffer-marked-char))