emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116592: * info.el: Comment.


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116592: * info.el: Comment.
Date: Fri, 28 Feb 2014 02:16:04 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116592
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2014-02-27 21:16:02 -0500
message:
  * info.el: Comment.
modified:
  lisp/info.el                   info.el-20091113204419-o5vbwnq5f7feedwu-261
=== modified file 'lisp/info.el'
--- a/lisp/info.el      2014-02-28 02:13:56 +0000
+++ b/lisp/info.el      2014-02-28 02:16:02 +0000
@@ -3962,6 +3962,9 @@
     (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]