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:
parent
d36ed1c8e7
commit
29f4782278
@ -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
|
||||
|
2
etc/NEWS
2
etc/NEWS
@ -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'
|
||||
|
@ -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.
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user