projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7934bad
)
Make describe-key do doc string command key substitution again
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 21 Jun 2022 11:33:02 +0000
(13:33 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 21 Jun 2022 11:33:02 +0000
(13:33 +0200)
* lisp/help.el (describe-key): Do doc string command key
substitution (bug#56106).
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 1c46f2533819b4d94430ba5720ef868131161f9a..94747ff4b0f100351d49a1d0624e53f8a4fb6843 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-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)))