aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-30 20:04:48 +0000
committerRichard M. Stallman1993-05-30 20:04:48 +0000
commitdb0c98090a2ae47bf77d6d0c5ddd82777ec92991 (patch)
tree7c402e58c980ade9db4aca621ffa39891bf7a8ea
parentdad2fc01495d90d544dd5fcd98bffe5b057b32cb (diff)
downloademacs-db0c98090a2ae47bf77d6d0c5ddd82777ec92991.tar.gz
emacs-db0c98090a2ae47bf77d6d0c5ddd82777ec92991.zip
(Info-mode-map): Correct Info-top to Info-top-node.
-rw-r--r--lisp/info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index ae97bf27048..98796504234 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -1135,7 +1135,7 @@ At end of the node's text, moves to the next node."
1135 (define-key Info-mode-map "p" 'Info-prev) 1135 (define-key Info-mode-map "p" 'Info-prev)
1136 (define-key Info-mode-map "q" 'Info-exit) 1136 (define-key Info-mode-map "q" 'Info-exit)
1137 (define-key Info-mode-map "s" 'Info-search) 1137 (define-key Info-mode-map "s" 'Info-search)
1138 (define-key Info-mode-map "t" 'Info-top) 1138 (define-key Info-mode-map "t" 'Info-top-node)
1139 (define-key Info-mode-map "u" 'Info-up) 1139 (define-key Info-mode-map "u" 'Info-up)
1140 (define-key Info-mode-map "," 'Info-index-next) 1140 (define-key Info-mode-map "," 'Info-index-next)
1141 (define-key Info-mode-map "\177" 'Info-scroll-down) 1141 (define-key Info-mode-map "\177" 'Info-scroll-down)