Variable: Info-point-loc

Info-point-loc is a variable defined in info.el.gz.

Value

nil

Documentation

Point location within a selected node.

If string, the point is moved to the proper occurrence of the name of the followed cross reference within a selected node. If number, the point is moved to the corresponding line.

Source Code

;; Defined in /usr/src/emacs/lisp/info.el.gz
(defvar Info-point-loc nil
  "Point location within a selected node.
If string, the point is moved to the proper occurrence of the
name of the followed cross reference within a selected node.
If number, the point is moved to the corresponding line.")