Function: tpu-pan-right

tpu-pan-right is an interactive and byte-compiled function defined in tpu-edt.el.gz.

Signature

(tpu-pan-right NUM)

Documentation

Pan right tpu-pan-columns (16 by default).

Accepts a prefix argument for the number of tpu-pan-columns to scroll.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defun tpu-pan-right (num)
  "Pan right tpu-pan-columns (16 by default).
Accepts a prefix argument for the number of tpu-pan-columns to scroll."
  (interactive "p")
  (scroll-left (* tpu-pan-columns num)))