Function: Info-directory

Info-directory is an autoloaded, interactive and byte-compiled function defined in info.el.gz.

Signature

(Info-directory)

Documentation

Go to the Info directory node.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/info.el.gz
;;;###autoload
(defun Info-directory ()
  "Go to the Info directory node."
  (interactive)
  (Info-find-node "dir" "top"))