From 57d74b11ec07732b61324f94a72a2f774795ebfa Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 9 Jun 2024 09:49:33 +0200 Subject: [PATCH] Add 'minibuffer-action' to 'describe-face' --- lisp/help-fns.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/help-fns.el b/lisp/help-fns.el index bd27e7b3623..426c5e2ff79 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -1865,6 +1865,8 @@ If FRAME is omitted or nil, use the selected frame." (help-fns--run-describe-functions help-fns-describe-face-functions f frame))))))) +(put 'describe-face 'minibuffer-action "describe") + (add-hook 'help-fns-describe-face-functions #'help-fns--face-custom-version-info) (defun help-fns--face-custom-version-info (face _frame) -- 2.39.2