Variable: helpful-switch-buffer-function
helpful-switch-buffer-function is a customizable variable defined in
helpful.el.
Value
#[257 "\300\240\207"
[(nil)]
3 "\n\n(fn B)"]
Documentation
Function called to display the *Helpful* buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defcustom helpful-switch-buffer-function
#'pop-to-buffer
"Function called to display the *Helpful* buffer."
:type 'function
:group 'helpful)