From: Eshel Yaron Date: Sun, 9 Jun 2024 07:49:33 +0000 (+0200) Subject: Add 'minibuffer-action' to 'describe-face' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57d74b11ec07732b61324f94a72a2f774795ebfa;p=emacs.git Add 'minibuffer-action' to 'describe-face' --- 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)