Function: cua-downcase-rectangle

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

Signature

(cua-downcase-rectangle)

Documentation

Convert the rectangle to lower case.

Key Bindings

Source Code

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