]> git.eshelyaron.com Git - emacs.git/commitdiff
; exchange-point-and-mark-highlight-region: Add more detail here too
authorSean Whitton <spwhitton@spwhitton.name>
Wed, 12 Mar 2025 03:59:46 +0000 (11:59 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 19:05:00 +0000 (20:05 +0100)
(cherry picked from commit a5f2d6279e0793aa0f8ba1939273866b6464b7e7)

lisp/simple.el

index f6b8e4427bca06a88cb33abe4c8721dca6904f97..c7a8d24a70cd9aa1c14f914071444e12fc8a780f 100644 (file)
@@ -7283,7 +7283,10 @@ Does not set point.  Does nothing if mark ring is empty."
   "Activate region when exchanging point and mark.
 
 When set to nil, this modifies `exchange-point-and-mark' so that it
-doesn't activate the mark if it is not already active.
+doesn't activate the mark if it is not already active, except when there
+is a prefix argument.  Setting this variable to nil effectively swaps
+the meanings of the presence and absence of a prefix argument to
+`exchange-point-and-mark'.
 
 This variable has no effect when Transient Mark mode is off."
   :type 'boolean