summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-01-20 03:54:18 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2021-01-20 03:54:18 +0100
commitf925aabcceb353f04e4d2507b6d05eb74822f83b (patch)
treee69f38ac6dfc0d57fd4c371d250129e77382ea0d /doc
parent5aff1bfdaf6fb64b50087c93f212faa18fbe17fb (diff)
downloademacs-f925aabcceb353f04e4d2507b6d05eb74822f83b.tar.gz
Mention that the mouse will switch on transient-mark-mode in manual
* doc/lispref/markers.texi (The Mark): Mention that the mouse will enable the `(only)' transient mark mode (bug#14945).
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/markers.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi
index cdd0938b458..b39373f0727 100644
--- a/doc/lispref/markers.texi
+++ b/doc/lispref/markers.texi
@@ -560,7 +560,9 @@ deactivate the mark. If the value is @w{@code{(only . @var{oldval})}},
then @code{transient-mark-mode} is set to the value @var{oldval} after
any subsequent command that moves point and is not shift-translated
(@pxref{Key Sequence Input, shift-translation}), or after any other
-action that would normally deactivate the mark.
+action that would normally deactivate the mark. (Marking a region
+with the mouse will temporarily enable @code{transient-mark-mode} in
+this way.)
@end defopt
@defopt mark-even-if-inactive