* info.el: Comment.
authorGlenn Morris <rgm@gnu.org>
Fri, 28 Feb 2014 02:16:02 +0000 (21:16 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 28 Feb 2014 02:16:02 +0000 (21:16 -0500)
lisp/info.el

index 2ae9f99..ee2d99f 100644 (file)
@@ -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 <http://debbugs.gnu.org/16455>.
     (define-key map "H" 'describe-mode)
     (define-key map "i" 'Info-index)
     (define-key map "I" 'Info-virtual-index)