]> git.eshelyaron.com Git - emacs.git/commit
Improve rectangle-mark-mode documentation regarding mark activation
authorSean Whitton <spwhitton@spwhitton.name>
Mon, 27 Dec 2021 19:58:25 +0000 (12:58 -0700)
committerEli Zaretskii <eliz@gnu.org>
Tue, 28 Dec 2021 17:39:22 +0000 (19:39 +0200)
commit06dcd2be5d42362757e923bc5d1952a2bce509b9
tree111c214e3a87e6449d30684bc7ea687c95dde160
parentc0815aca18e210e1590e47b78a01e5dd63401775
Improve rectangle-mark-mode documentation regarding mark activation

* doc/emacs/killing.texi: Describe how rectangle-mark-mode works when
Transient Mark mode is off.  Qualify discussion of
rectangle-exchange-point-and-mark to say that it cycles the four
corners only when the region is active.
* lisp/rect.el (rectangle-mark-mode): State that rectangle-mark-mode
does not activate the mark when Transient Mark mode is off.  Reword
sentence about how long the mode lasts to account for when Transient
Mark mode is off.  (Bug#42663)
doc/emacs/killing.texi
lisp/rect.el