Variable: gnus-article-menu-hook
gnus-article-menu-hook is a customizable variable defined in
gnus-art.el.gz.
Value
nil
Documentation
Hook run after the creation of the article mode menu.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-article-menu-hook nil
"Hook run after the creation of the article mode menu."
:type 'hook
:group 'gnus-article-various)