Variable: info-lookup-other-window-flag

info-lookup-other-window-flag is a customizable variable defined in info-look.el.gz.

Value

t

Documentation

Non-nil means pop up the Info buffer in another window.

Source Code

;; Defined in /usr/src/emacs/lisp/info-look.el.gz
(defcustom info-lookup-other-window-flag t
 "Non-nil means pop up the Info buffer in another window."
 :type 'boolean)