emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116591: Add H binding to info, for compatibility wi


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116591: Add H binding to info, for compatibility with standalone info
Date: Fri, 28 Feb 2014 02:13:59 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116591
revision-id: address@hidden
parent: address@hidden
author: Karl Berry <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2014-02-27 21:13:56 -0500
message:
  Add H binding to info, for compatibility with standalone info
  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.
modified:
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/info.texi             info.texi-20091113204419-o5vbwnq5f7feedwu-6308
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/info.el                   info.el-20091113204419-o5vbwnq5f7feedwu-261
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2014-02-25 08:41:47 +0000
+++ b/doc/misc/ChangeLog        2014-02-28 02:13:56 +0000
@@ -1,3 +1,7 @@
+2014-02-28  Karl Berry  <address@hidden>
+
+       * info.texi (Top): Mention H for a summary of all commands.
+
 2014-02-25  Glenn Morris  <address@hidden>
 
        * edt.texi (Quick start, Starting emulation): Update hook details.

=== modified file 'doc/misc/info.texi'
--- a/doc/misc/info.texi        2014-01-06 05:25:46 +0000
+++ b/doc/misc/info.texi        2014-02-28 02:13:56 +0000
@@ -69,6 +69,8 @@
 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
 

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-28 01:55:12 +0000
+++ b/lisp/ChangeLog    2014-02-28 02:13:56 +0000
@@ -1,3 +1,8 @@
+2014-02-28  Karl Berry  <address@hidden>
+
+       * info.el (Info-mode-map): Add H for describe-mode,
+       to synchronize with standalone Info.
+
 2014-02-28  Emilio C. Lopes  <address@hidden>
 
        * progmodes/sql.el (sql-interactive-mode):

=== modified file 'lisp/info.el'
--- a/lisp/info.el      2014-02-15 03:58:38 +0000
+++ b/lisp/info.el      2014-02-28 02:13:56 +0000
@@ -3962,6 +3962,7 @@
     (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)


reply via email to

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