mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-04 08:47:11 +00:00
; * lisp/help-fns.el (help-fns--key-bindings): Fix previous change.
This commit is contained in:
parent
361d3dbc4e
commit
b648634982
@ -516,7 +516,8 @@ the C sources, too."
|
||||
(remapped (command-remapping function)))
|
||||
(unless (memq remapped '(ignore undefined))
|
||||
(let* ((all-keys
|
||||
(with-current-buffer describe-function-orig-buffer
|
||||
(with-current-buffer
|
||||
(or describe-function-orig-buffer (current-buffer))
|
||||
(where-is-internal
|
||||
(or remapped function) overriding-local-map nil nil)))
|
||||
(seps (seq-group-by
|
||||
|
Loading…
Reference in New Issue
Block a user