Function: cua-upcase-initials-rectangle

cua-upcase-initials-rectangle is an interactive and byte-compiled function defined in cua-rect.el.gz.

Signature

(cua-upcase-initials-rectangle)

Documentation

Convert the rectangle initials to upper case.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/cua-rect.el.gz
(defun cua-upcase-initials-rectangle ()
  "Convert the rectangle initials to upper case."
  (interactive)
  (cua--convert-rectangle-as upcase-initials-region nil))