Function: cua-cut-rectangle-as-text
cua-cut-rectangle-as-text is an interactive and byte-compiled function
defined in cua-rect.el.gz.
Signature
(cua-cut-rectangle-as-text ARG)
Documentation
Kill rectangle, but store as normal text.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/cua-rect.el.gz
(defun cua-cut-rectangle-as-text (arg)
"Kill rectangle, but store as normal text."
(interactive "P")
(cua-copy-rectangle-as-text arg (not buffer-read-only)))