Function: tpu-insert-formfeed

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

Signature

(tpu-insert-formfeed)

Documentation

Insert a formfeed character.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defun tpu-insert-formfeed nil
  "Insert a formfeed character."
  (interactive)
  (insert "\C-L"))