Function: tpu-insert-escape

tpu-insert-escape is an interactive and byte-compiled function defined in tpu-edt.el.gz.

Signature

(tpu-insert-escape)

Documentation

Insert an escape character, and so becomes the escape-key alias.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
;;;
;;;  Auto-insert
;;;
(defun tpu-insert-escape nil
  "Insert an escape character, and so becomes the escape-key alias."
  (interactive)
  (insert "\e"))