Function: rectangle-left-char
rectangle-left-char is an interactive and byte-compiled function
defined in rect.el.gz.
Signature
(rectangle-left-char &optional N)
Documentation
Like left-char but steps into wide chars and moves past EOL.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/rect.el.gz
(defun rectangle-left-char (&optional n)
"Like `left-char' but steps into wide chars and moves past EOL."
(interactive "p") (rectangle--*-char #'left-char n #'right-char))