Mercurial > emacs
comparison lisp/info.el @ 21806:d17bf0e8a170
(Info-mode): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 28 Apr 1998 18:13:00 +0000 |
parents | e2283c4df334 |
children | 702383d93b75 |
comparison
equal
deleted
inserted
replaced
21805:aafa93c1a5ce | 21806:d17bf0e8a170 |
---|---|
1763 Documentation in Info is divided into \"nodes\", each of which discusses | 1763 Documentation in Info is divided into \"nodes\", each of which discusses |
1764 one topic and contains references to other nodes which discuss related | 1764 one topic and contains references to other nodes which discuss related |
1765 topics. Info has commands to follow the references and show you other nodes. | 1765 topics. Info has commands to follow the references and show you other nodes. |
1766 | 1766 |
1767 \\[Info-help] Invoke the Info tutorial. | 1767 \\[Info-help] Invoke the Info tutorial. |
1768 \\[Info-exit] Quit Info: reselect previously selected buffer. | |
1768 | 1769 |
1769 Selecting other nodes: | 1770 Selecting other nodes: |
1770 \\[Info-mouse-follow-nearest-node] | 1771 \\[Info-mouse-follow-nearest-node] |
1771 Follow a node reference you click on. | 1772 Follow a node reference you click on. |
1772 This works with menu items, cross references, and | 1773 This works with menu items, cross references, and |
1773 the \"next\", \"previous\" and \"up\", depending on where you click. | 1774 the \"next\", \"previous\" and \"up\", depending on where you click. |
1775 \\[Info-follow-nearest-node] Follow a node reference near point, like \\[Info-mouse-follow-nearest-node]. | |
1774 \\[Info-next] Move to the \"next\" node of this node. | 1776 \\[Info-next] Move to the \"next\" node of this node. |
1775 \\[Info-prev] Move to the \"previous\" node of this node. | 1777 \\[Info-prev] Move to the \"previous\" node of this node. |
1776 \\[Info-up] Move \"up\" from this node. | 1778 \\[Info-up] Move \"up\" from this node. |
1777 \\[Info-menu] Pick menu item specified by name (or abbreviation). | 1779 \\[Info-menu] Pick menu item specified by name (or abbreviation). |
1778 Picking a menu item causes another node to be selected. | 1780 Picking a menu item causes another node to be selected. |
1779 \\[Info-directory] Go to the Info directory node. | 1781 \\[Info-directory] Go to the Info directory node. |
1780 \\[Info-follow-reference] Follow a cross reference. Reads name of reference. | 1782 \\[Info-follow-reference] Follow a cross reference. Reads name of reference. |
1781 \\[Info-last] Move to the last node you were at. | 1783 \\[Info-last] Move to the last node you were at. |
1782 \\[Info-index] Look up a topic in this file's Index and move to that node. | 1784 \\[Info-index] Look up a topic in this file's Index and move to that node. |
1783 \\[Info-index-next] (comma) Move to the next match from a previous `i' command. | 1785 \\[Info-index-next] (comma) Move to the next match from a previous `i' command. |
1786 \\[Info-top-node] Go to the Top node of this file. | |
1787 \\[Info-final-node] Go to the final node in this file. | |
1788 \\[Info-backward-node] Go backward one node, considering all nodes as forming one sequence. | |
1789 \\[Info-forward-node] Go forward one node, considering all nodes as forming one sequence. | |
1784 | 1790 |
1785 Moving within a node: | 1791 Moving within a node: |
1786 \\[Info-scroll-up] Normally, scroll forward a full screen. | 1792 \\[Info-scroll-up] Normally, scroll forward a full screen. |
1787 Once you scroll far enough in a node that its menu appears on the screen | 1793 Once you scroll far enough in a node that its menu appears on the screen |
1788 but after point, the next scroll moves into its first subnode. | 1794 but after point, the next scroll moves into its first subnode. |