Variable: nndoc-open-document-hook
nndoc-open-document-hook is a variable defined in nndoc.el.gz.
Value
nnheader-ms-strip-cr
Documentation
Hook run after opening a document.
The default function removes all trailing carriage returns from the document.
This is a Gnus server variable. See Info node (gnus)Select Methods.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nndoc.el.gz
(defvoo nndoc-open-document-hook 'nnheader-ms-strip-cr
"Hook run after opening a document.
The default function removes all trailing carriage returns
from the document.")