From 949180b8ab4a76ae46389fed9e210d151b328a2a Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 14 May 2022 04:59:24 +0200 Subject: [PATCH] Put help-fns--compiler-macro last in the *Help* buffer * lisp/help-fns.el (help-fns-describe-function-functions): Make help-fns--compiler-macro the last entry (because it's not the most interesting information). --- lisp/help-fns.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help-fns.el b/lisp/help-fns.el index d5f6a7b0bec..f2b469c1493 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -1079,7 +1079,7 @@ Returns a list of the form (REAL-FUNCTION DEF ALIASED REAL-DEF)." (add-hook 'help-fns-describe-function-functions #'help-fns--obsolete) (add-hook 'help-fns-describe-function-functions #'help-fns--interactive-only) (add-hook 'help-fns-describe-function-functions #'help-fns--parent-mode) -(add-hook 'help-fns-describe-function-functions #'help-fns--compiler-macro) +(add-hook 'help-fns-describe-function-functions #'help-fns--compiler-macro 100) ;; Variables -- 2.39.2