aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/info.el1
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eeab7470e04..6d8c296d366 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-02-28 Karl Berry <karl@gnu.org>
2
3 * info.el (Info-mode-map): Add H for describe-mode,
4 to synchronize with standalone Info.
5
12014-02-28 Emilio C. Lopes <eclig@gmx.net> 62014-02-28 Emilio C. Lopes <eclig@gmx.net>
2 7
3 * progmodes/sql.el (sql-interactive-mode): 8 * progmodes/sql.el (sql-interactive-mode):
diff --git a/lisp/info.el b/lisp/info.el
index 77f69f914c9..2ae9f99fcdf 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -3962,6 +3962,7 @@ 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 (define-key map "H" 'describe-mode)
3965 (define-key map "i" 'Info-index) 3966 (define-key map "i" 'Info-index)
3966 (define-key map "I" 'Info-virtual-index) 3967 (define-key map "I" 'Info-virtual-index)
3967 (define-key map "l" 'Info-history-back) 3968 (define-key map "l" 'Info-history-back)