Function: nnheader-replace-regexp

nnheader-replace-regexp is a byte-compiled function defined in nnheader.el.gz.

Signature

(nnheader-replace-regexp FROM TO)

Documentation

Do a fast regexp 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-regexp (from to)
  "Do a fast regexp replacement of FROM to TO from point to `point-max'."
  (nnheader-skeleton-replace from to t))