Variable: Info-enable-active-nodes

Info-enable-active-nodes is a variable defined in info.el.gz.

Value

nil

Documentation

Non-nil allows Info to execute Lisp code associated with nodes.

The Lisp code is executed when the node is selected.

Source Code

;; Defined in /usr/src/emacs/lisp/info.el.gz
(defvar Info-enable-active-nodes nil
  "Non-nil allows Info to execute Lisp code associated with nodes.
The Lisp code is executed when the node is selected.")