Function: Info-history-back-menu

Info-history-back-menu is an interactive and byte-compiled function defined in info.el.gz.

Signature

(Info-history-back-menu E)

Documentation

Pop up the menu with a list of previously visited Info nodes.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/info.el.gz
(defun Info-history-back-menu (e)
  "Pop up the menu with a list of previously visited Info nodes."
  (interactive "e" Info-mode)
  (Info-history-menu e "Back in History" Info-history 'Info-history-back))