]> git.eshelyaron.com Git - emacs.git/commitdiff
Put help-fns--compiler-macro last in the *Help* buffer
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 14 May 2022 02:59:24 +0000 (04:59 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 14 May 2022 02:59:24 +0000 (04:59 +0200)
* 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

index d5f6a7b0bec3aafefe29f5bbc6f5905ffaaf95e1..f2b469c14931472cb796742f8e1315c01039b233 100644 (file)
@@ -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)
 
 \f
 ;; Variables