Info-mode-menu
Info-mode-menu is a variable defined in `
info.el
'.
Its value is shown
below.
Documentation:
Menu for Info files.
Value:
(keymap "Info"
(Up menu-item "Up" Info-up :enable
(Info-check-pointer "up")
:help "Go up in the Info tree")
(Next menu-item "Next" Info-next :enable
(Info-check-pointer "next")
:help "Go to the next node")
(Previous menu-item "Previous" Info-prev :enable
(Info-check-pointer "prev[ious]*")
:help "Go to the previous node")
(Backward menu-item "Backward" Info-backward-node :help "Go backward one node, considering all as a sequence")
(Forward menu-item "Forward" Info-forward-node :help "Go forward one node, considering all as a sequence")
(Beginning menu-item "Beginning" beginning-of-buffer :help "Go to beginning of this node")
(Top menu-item "Top" Info-top-node :help "Go to top node of file")
(Final\ Node menu-item "Final Node" Info-final-node :help "Go to final node in this file")
(Menu\ Item menu-item "Menu Item"
(keymap "Menu Item"
(You\ should\ never\ see\ this menu-item "You should never see this" report-emacs-bug)))
(Reference menu-item "Reference"
(keymap "Reference"
(You\ should\ never\ see\ this menu-item "You should never see this" report-emacs-bug)))
(Search\.\.\. menu-item "Search..." Info-search :help "Search for regular expression in this Info file")
(Search\ Next menu-item "Search Next" Info-search-next :help "Search for another occurrence of regular expression")
(Go\ to\ Node\.\.\. menu-item "Go to Node..." Info-goto-node :help "Go to a named node")
(Back\ in\ history menu-item "Back in history" Info-history-back :enable Info-history :help "Go back in history to the last node you were at")
(Forward\ in\ history menu-item "Forward in history" Info-history-forward :enable Info-history-forward :help "Go forward in history")
(History menu-item "History" Info-history :enable Info-history-list :help "Go to menu of visited nodes")
(Table\ of\ Contents menu-item "Table of Contents" Info-toc :help "Go to table of contents")
(Index menu-item "Index"
(keymap "Index"
(Lookup\ a\ String\.\.\. menu-item "Lookup a String..." Info-index :help "Look for a string in the index items")
(Next\ Matching\ Item menu-item "Next Matching Item" Info-index-next :enable Info-index-alternatives :help "Look for another occurrence of previous item")
(Lookup\ a\ string\ and\ display\ index\ of\ results\.\.\. menu-item "Lookup a string and display index of results..." Info-virtual-index :help "Look for a string in the index items and display node with results")
(Lookup\ a\ string\ in\ all\ indices\.\.\. menu-item "Lookup a string in all indices..." info-apropos :help "Look for a string in the indices of all manuals")))
(Copy\ Node\ Name menu-item "Copy Node Name" Info-copy-current-node-name :help "Copy the name of the current node into the kill ring")
(Clone\ Info\ buffer menu-item "Clone Info buffer" clone-buffer :help "Create a twin copy of the current Info buffer.")
(Exit menu-item "Exit" Info-exit :help "Stop reading Info"))