Function: Info-top-node

Info-top-node is an interactive and byte-compiled function defined in info.el.gz.

Signature

(Info-top-node)

Documentation

Go to the Top node of this file.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/info.el.gz
(defun Info-top-node ()
  "Go to the Top node of this file."
  (interactive nil Info-mode)
  (Info-goto-node "Top"))