Variable: newsticker-stop-hook
newsticker-stop-hook is a customizable variable defined in
newst-backend.el.gz.
Value
nil
Documentation
Hook run when stopping newsticker.
This hook is run at the very end of newsticker-stop.
Source Code
;; Defined in /usr/src/emacs/lisp/net/newst-backend.el.gz
(defcustom newsticker-stop-hook
nil
"Hook run when stopping newsticker.
This hook is run at the very end of `newsticker-stop'."
:options nil
:type 'hook
:group 'newsticker-hooks)