Function: ibuffer-mark-for-delete-backwards

ibuffer-mark-for-delete-backwards is an interactive and byte-compiled function defined in ibuffer.el.gz.

Signature

(ibuffer-mark-for-delete-backwards ARG)

Documentation

Mark for deletion the ARG previous 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-for-delete-backwards (arg)
  "Mark for deletion the ARG previous buffers.
If point is on a group name, this function operates on that group."
  (interactive "p")
  (ibuffer-mark-interactive arg ibuffer-deletion-char -1))