Variable: picture-killed-rectangle
picture-killed-rectangle is a variable defined in picture.el.gz.
Value
nil
Documentation
Rectangle killed or copied by M-x picture-clear-rectangle (picture-clear-rectangle) in Picture mode.
The contents can be retrieved by M-x picture-yank-rectangle (picture-yank-rectangle)
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/picture.el.gz
;; Picture Rectangles
(defvar picture-killed-rectangle nil
"Rectangle killed or copied by \\[picture-clear-rectangle] in Picture mode.
The contents can be retrieved by \\[picture-yank-rectangle]")