Variable: emacs-news-view-mode-hook
emacs-news-view-mode-hook is a variable defined in
emacs-news-mode.el.gz.
Value
nil
Documentation
Hook run after entering emacs-news-view-mode.
No problems result if this variable is not bound.
add-hook automatically binds it. (This is true for all hook variables.)
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/emacs-news-mode.el.gz
;;;###autoload
(define-derived-mode emacs-news-view-mode emacs-news-mode "NEWS"
"Major mode for viewing the Emacs NEWS file."
(setq buffer-read-only t)
(emacs-news--buttonize)
(button-mode))