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).
This commit is contained in:
parent
96f60d1033
commit
949180b8ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue