diff options
| author | Dave Love | 1998-04-28 18:13:00 +0000 |
|---|---|---|
| committer | Dave Love | 1998-04-28 18:13:00 +0000 |
| commit | 6b136ab938e79b42b8fc8b317e96027f1e38cbdf (patch) | |
| tree | 17a2b54f4b1a768f7d1600c845123b8bff691e4f | |
| parent | eb4df0c388ab3f9463e1ed4a62cdfd0991c96355 (diff) | |
| download | emacs-6b136ab938e79b42b8fc8b317e96027f1e38cbdf.tar.gz emacs-6b136ab938e79b42b8fc8b317e96027f1e38cbdf.zip | |
(Info-mode): Doc fix.
| -rw-r--r-- | lisp/info.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/info.el b/lisp/info.el index 95875900906..46c18662a78 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -1765,12 +1765,14 @@ 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. |
| @@ -1781,6 +1783,10 @@ Selecting other nodes: | |||
| 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. |