diff options
| -rw-r--r-- | lisp/info.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/info.el b/lisp/info.el index feac4523ee9..c7f69bbd9d8 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -1292,9 +1292,9 @@ Selecting other nodes: | |||
| 1292 | \\[Info-index-next] (comma) Move to the next match from a previous `i' command. | 1292 | \\[Info-index-next] (comma) Move to the next match from a previous `i' command. |
| 1293 | 1293 | ||
| 1294 | Moving within a node: | 1294 | Moving within a node: |
| 1295 | \\[scroll-up] Normally, scroll forward a full screen. If the end of the buffer is | 1295 | \\[Info-scroll-up] Normally, scroll forward a full screen. If the end of the buffer is |
| 1296 | already visible, try to go to the next menu entry, or up if there is none. | 1296 | already visible, try to go to the next menu entry, or up if there is none. |
| 1297 | \\[scroll-down] Normally, scroll backward. If the beginning of the buffer is | 1297 | \\[Info-scroll-down] Normally, scroll backward. If the beginning of the buffer is |
| 1298 | already visible, try to go to the previous menu entry, or up if there is none. | 1298 | already visible, try to go to the previous menu entry, or up if there is none. |
| 1299 | \\[beginning-of-buffer] Go to beginning of node. | 1299 | \\[beginning-of-buffer] Go to beginning of node. |
| 1300 | 1300 | ||