Function: tpu-backup-direction

tpu-backup-direction is an interactive and byte-compiled function defined in tpu-edt.el.gz.

Signature

(tpu-backup-direction)

Documentation

Set TPU Backup mode so keypad commands move backward.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defun tpu-backup-direction nil
  "Set TPU Backup mode so keypad commands move backward."
  (interactive)
  (setq tpu-direction-string " Reverse")
  (setq tpu-advance nil)
  (setq tpu-reverse t)
  (tpu-set-search)
  (tpu-update-mode-line))