diff options
author | Leo Liu <sdl.web@gmail.com> | 2013-04-18 10:20:12 +0800 |
---|---|---|
committer | Leo Liu <sdl.web@gmail.com> | 2013-04-18 10:20:12 +0800 |
commit | 29f47822781c138daa36a6acda85b09bccc52a95 (patch) | |
tree | 02821cc8d419a9c78cd6fcd368f6a814e16c5b70 /lisp/bindings.el | |
parent | d36ed1c8e7a88757890edb629b7da73be05a9ae2 (diff) | |
download | emacs-29f47822781c138daa36a6acda85b09bccc52a95.tar.gz |
Add an additional key ? for describe-prefix-bindings
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 5c95bcd0baa..fe0eabb77af 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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) |