Function: tpu-search-forward

tpu-search-forward is an interactive and byte-compiled function defined in tpu-edt.el.gz.

Signature

(tpu-search-forward)

Documentation

Search for a string or regular expression.

The search is begins in the forward direction.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defun tpu-search-forward nil
  "Search for a string or regular expression.
The search is begins in the forward direction."
  (interactive)
  (setq tpu-searching-forward t)
  (tpu-set-search t)
  (tpu-search-internal ""))