emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ef03c8852d 2/2: Make describe-key do doc string command key subst


From: Lars Ingebrigtsen
Subject: master ef03c8852d 2/2: Make describe-key do doc string command key substitution again
Date: Tue, 21 Jun 2022 07:33:17 -0400 (EDT)

branch: master
commit ef03c8852d064da127a1deea263b2dcec5ea5bf8
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Make describe-key do doc string command key substitution again
    
    * lisp/help.el (describe-key): Do doc string command key
    substitution (bug#56106).
---
 lisp/help.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/help.el b/lisp/help.el
index 1c46f25338..94747ff4b0 100644
--- 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]