Make describe-key do doc string command key substitution again
* lisp/help.el (describe-key): Do doc string command key substitution (bug#56106).
This commit is contained in:
parent
7934bad23b
commit
ef03c8852d
1 changed files with 1 additions and 0 deletions
|
@ -933,6 +933,7 @@ current buffer."
|
|||
(setq buffer nil))
|
||||
(let* ((help-buffer-under-preparation t)
|
||||
(buf (or buffer (current-buffer)))
|
||||
(describe-function-orig-buffer buf)
|
||||
(on-link
|
||||
(mapcar (lambda (kr)
|
||||
(let ((raw (cdr kr)))
|
||||
|
|
Loading…
Add table
Reference in a new issue