Function: cua-reverse-rectangle
cua-reverse-rectangle is an interactive and byte-compiled function
defined in cua-rect.el.gz.
Signature
(cua-reverse-rectangle)
Documentation
Reverse the lines of the rectangle.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/cua-rect.el.gz
(defun cua-reverse-rectangle ()
"Reverse the lines of the rectangle."
(interactive)
(cua--rectangle-aux-replace 0 t t t t 'reverse-region))