Function: Info-history-forward-menu

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

Signature

(Info-history-forward-menu E)

Documentation

Pop up the menu with a list of Info nodes visited with ‘Info-history-back’.

Key Bindings

Source Code

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