Variable: gnus-group-menu-hook

gnus-group-menu-hook is a customizable variable defined in gnus-group.el.gz.

Value

nil

Documentation

Hook run after the creation of the group mode menu.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defcustom gnus-group-menu-hook nil
  "Hook run after the creation of the group mode menu."
  :group 'gnus-group-various
  :type 'hook)