From 0a4d25e5d249d35a08959a2775229fef804e9edc Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 27 Feb 2014 21:16:02 -0500 Subject: [PATCH] * info.el: Comment. --- lisp/info.el | 3 +++ 1 file changed, 3 insertions(+) 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'." (define-key map "f" 'Info-follow-reference) (define-key map "g" 'Info-goto-node) (define-key map "h" 'Info-help) + ;; This is for compatibility with standalone info (>~ version 5.2). + ;; Though for some time, standalone info had H and h reversed. + ;; See . (define-key map "H" 'describe-mode) (define-key map "i" 'Info-index) (define-key map "I" 'Info-virtual-index) -- 2.39.2