1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

Add an additional key ? for describe-prefix-bindings

This commit is contained in:
Leo Liu 2013-04-18 10:20:12 +08:00
parent d36ed1c8e7
commit 29f4782278
4 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-04-18 Leo Liu <sdl.web@gmail.com>
* NEWS: Mention new key ? for describe-prefix-bindings.
2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
* NEWS: Mention separation of package descriptor and name of

View File

@ -37,6 +37,8 @@ It is no longer needed, as the crt*.o files are no longer linked specially.
* 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'

View File

@ -1,3 +1,7 @@
2013-04-18 Leo Liu <sdl.web@gmail.com>
* bindings.el (help-event-list): Add ?\?.
2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
* subr.el (with-wrapper-hook): Declare obsolete.

View File

@ -675,7 +675,7 @@ language you are using."
(garbage-collect)
(setq help-event-list '(help f1))
(setq help-event-list '(help f1 ?\?))
(make-variable-buffer-local 'minor-mode-overriding-map-alist)