Function: doc-view-new-search

doc-view-new-search is an interactive and byte-compiled function defined in doc-view.el.gz.

Signature

(doc-view-new-search)

Documentation

Initiate a new search query.

Prompt for a string, then search for its appearances within the document text.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/doc-view.el.gz
(defun doc-view-new-search ()
  "Initiate a new search query.
Prompt for a string, then search for its appearances within
the document text."
  (interactive)
  (doc-view-search t nil))