]> git.eshelyaron.com Git - emacs.git/commitdiff
Add 'minibuffer-action' to 'describe-face'
authorEshel Yaron <me@eshelyaron.com>
Sun, 9 Jun 2024 07:49:33 +0000 (09:49 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Jun 2024 07:49:33 +0000 (09:49 +0200)
lisp/help-fns.el

index bd27e7b3623e0adc997dcba16e661a2356aa7d7f..426c5e2ff795b0e13cedc59796f03cb59c9cf8d2 100644 (file)
@@ -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)