Variable: info-lookup-mode

info-lookup-mode is a buffer-local variable defined in info-look.el.gz.

Documentation

Symbol of the current buffer's help mode.

Help is provided according to the buffer's major mode if value is nil.

Source Code

;; Defined in /usr/src/emacs/lisp/info-look.el.gz
(defvar-local info-lookup-mode nil
  "Symbol of the current buffer's help mode.
Help is provided according to the buffer's major mode if value is nil.")