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. Automatically becomes buffer local when set in any fashion.

Source Code

;; Defined in /usr/src/emacs/lisp/info-look.el.gz
(defvar 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.
Automatically becomes buffer local when set in any fashion.")