Function: tpu-search-again

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

Signature

(tpu-search-again)

Documentation

Search for the same string or regular expression as last time.

The search is performed in the current direction.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defun tpu-search-again nil
  "Search for the same string or regular expression as last time.
The search is performed in the current direction."
  (interactive)
  (tpu-search-internal tpu-search-last-string))