Variable: nndiary-request-update-info-functions
nndiary-request-update-info-functions is a customizable variable
defined in nndiary.el.gz.
Value
(gnus-diary-update-group-parameters)
Documentation
Hook run after nndiary-request-update-info is executed.
The hook functions will be called with the full group name as argument.
Probably introduced at or before Emacs version 24.3.
Aliases
nndiary-request-update-info-hooks (obsolete since 24.3)
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nndiary.el.gz
(defcustom nndiary-request-update-info-functions nil
"Hook run after `nndiary-request-update-info' is executed.
The hook functions will be called with the full group name as argument."
:type 'hook)