aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-02-27 21:16:02 -0500
committerGlenn Morris2014-02-27 21:16:02 -0500
commit0a4d25e5d249d35a08959a2775229fef804e9edc (patch)
tree00462b9b979c72c3aec48abfa1402ce57d76ee67
parent6deb314e66a2b667b29137bc146cc1c75bfef50e (diff)
downloademacs-0a4d25e5d249d35a08959a2775229fef804e9edc.tar.gz
emacs-0a4d25e5d249d35a08959a2775229fef804e9edc.zip
* info.el: Comment.
-rw-r--r--lisp/info.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 2ae9f99fcdf..ee2d99f402e 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -3962,6 +3962,9 @@ If FORK is non-nil, it is passed to `Info-goto-node'."
3962 (define-key map "f" 'Info-follow-reference) 3962 (define-key map "f" 'Info-follow-reference)
3963 (define-key map "g" 'Info-goto-node) 3963 (define-key map "g" 'Info-goto-node)
3964 (define-key map "h" 'Info-help) 3964 (define-key map "h" 'Info-help)
3965 ;; This is for compatibility with standalone info (>~ version 5.2).
3966 ;; Though for some time, standalone info had H and h reversed.
3967 ;; See <http://debbugs.gnu.org/16455>.
3965 (define-key map "H" 'describe-mode) 3968 (define-key map "H" 'describe-mode)
3966 (define-key map "i" 'Info-index) 3969 (define-key map "i" 'Info-index)
3967 (define-key map "I" 'Info-virtual-index) 3970 (define-key map "I" 'Info-virtual-index)