Function: consult--buffer-action
consult--buffer-action is a byte-compiled function defined in
consult.el.
Signature
(consult--buffer-action BUFFER &optional NORECORD)
Documentation
Switch to BUFFER via consult--buffer-display function.
If NORECORD is non-nil, do not record the buffer switch in the buffer list.
Source Code
;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defun consult--buffer-action (buffer &optional norecord)
"Switch to BUFFER via `consult--buffer-display' function.
If NORECORD is non-nil, do not record the buffer switch in the buffer list."
(funcall consult--buffer-display buffer norecord))