Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00309.html
* lisp/info.el (Info-mode-map): Add H for describe-mode,
to synchronize with standalone Info.
* doc/misc/info.texi (Top): Mention H for a summary of all commands.
+2014-02-28 Karl Berry <karl@gnu.org>
+
+ * info.texi (Top): Mention H for a summary of all commands.
+
2014-02-25 Glenn Morris <rgm@gnu.org>
* edt.texi (Quick start, Starting emulation): Update hook details.
To read about advanced Info commands, type @kbd{n} twice. This
brings you to @cite{Advanced Info Commands}, skipping over the `Getting
Started' chapter.
+
+Type @kbd{H} to see a summary of all available commands.
@end ifinfo
@end ifnottex
+2014-02-28 Karl Berry <karl@gnu.org>
+
+ * info.el (Info-mode-map): Add H for describe-mode,
+ to synchronize with standalone Info.
+
2014-02-28 Emilio C. Lopes <eclig@gmx.net>
* progmodes/sql.el (sql-interactive-mode):
(define-key map "f" 'Info-follow-reference)
(define-key map "g" 'Info-goto-node)
(define-key map "h" 'Info-help)
+ (define-key map "H" 'describe-mode)
(define-key map "i" 'Info-index)
(define-key map "I" 'Info-virtual-index)
(define-key map "l" 'Info-history-back)