* info.el: Comment.
This commit is contained in:
parent
6deb314e66
commit
0a4d25e5d2
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue