Function: tpu-advance-direction

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

Signature

(tpu-advance-direction)

Documentation

Set TPU Advance mode so keypad commands move forward.

Key Bindings

Source Code

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