Function: cua-resize-rectangle-bot
cua-resize-rectangle-bot is an interactive and byte-compiled function
defined in cua-rect.el.gz.
Signature
(cua-resize-rectangle-bot)
Documentation
Resize rectangle to bottom of buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/cua-rect.el.gz
(defun cua-resize-rectangle-bot ()
"Resize rectangle to bottom of buffer."
(interactive)
(goto-char (point-max))
(move-to-column (cua--rectangle-column))
(cua--rectangle-bot t)
(cua--rectangle-resized))