Function: nnheader-replace-string
nnheader-replace-string is a byte-compiled function defined in
nnheader.el.gz.
Signature
(nnheader-replace-string FROM TO)
Documentation
Do a fast replacement of FROM to TO from point to point-max.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnheader.el.gz
(defun nnheader-replace-string (from to)
"Do a fast replacement of FROM to TO from point to `point-max'."
(nnheader-skeleton-replace from to))