emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112321: Add an additional key ? for


From: Leo Liu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112321: Add an additional key ? for describe-prefix-bindings
Date: Thu, 18 Apr 2013 10:20:12 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112321
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Thu 2013-04-18 10:20:12 +0800
message:
  Add an additional key ? for describe-prefix-bindings
modified:
  etc/ChangeLog
  etc/NEWS
  lisp/ChangeLog
  lisp/bindings.el
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2013-04-15 17:01:00 +0000
+++ b/etc/ChangeLog     2013-04-18 02:20:12 +0000
@@ -1,3 +1,7 @@
+2013-04-18  Leo Liu  <address@hidden>
+
+       * NEWS: Mention new key ? for describe-prefix-bindings.
+
 2013-04-15  Christopher Schmidt  <address@hidden>
 
        * NEWS: Mention separation of package descriptor and name of

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-04-18 00:12:33 +0000
+++ b/etc/NEWS  2013-04-18 02:20:12 +0000
@@ -37,6 +37,8 @@
 
 * Changes in Emacs 24.4
 
+** Key ? also describes prefix bindings like C-h.
+
 +++
 ** `apropos-variable' is now `apropos-user-option'
 `apropos-user-option' shows all user options while `apropos-variable'

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-04-18 00:12:33 +0000
+++ b/lisp/ChangeLog    2013-04-18 02:20:12 +0000
@@ -1,3 +1,7 @@
+2013-04-18  Leo Liu  <address@hidden>
+
+       * bindings.el (help-event-list): Add ?\?.
+
 2013-04-18  Stefan Monnier  <address@hidden>
 
        * subr.el (with-wrapper-hook): Declare obsolete.

=== modified file 'lisp/bindings.el'
--- a/lisp/bindings.el  2013-01-01 09:11:05 +0000
+++ b/lisp/bindings.el  2013-04-18 02:20:12 +0000
@@ -675,7 +675,7 @@
 (garbage-collect)
 
 
-(setq help-event-list '(help f1))
+(setq help-event-list '(help f1 ?\?))
 
 (make-variable-buffer-local 'minor-mode-overriding-map-alist)
 


reply via email to

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