emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f925aab 2/2: Mention that the mouse will switch on transient-mark


From: Lars Ingebrigtsen
Subject: master f925aab 2/2: Mention that the mouse will switch on transient-mark-mode in manual
Date: Tue, 19 Jan 2021 21:54:27 -0500 (EST)

branch: master
commit f925aabcceb353f04e4d2507b6d05eb74822f83b
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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).
---
 doc/lispref/markers.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi
index cdd0938..b39373f 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]