]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/simple.el (transient-mark-mode): Correct documentation. (Bug#32956)
authorCharles A. Roelli <charles@aurox.ch>
Sat, 6 Oct 2018 19:24:32 +0000 (21:24 +0200)
committerCharles A. Roelli <charles@aurox.ch>
Sat, 6 Oct 2018 19:24:32 +0000 (21:24 +0200)
lisp/simple.el

index d5674aae9b4360234d8206aa6b24c0e42ea85250..8bbafe49d322218c73779fdd46cc1734485a58f9 100644 (file)
@@ -5793,10 +5793,10 @@ Transient Mark mode if ARG is omitted or nil.
 
 Transient Mark mode is a global minor mode.  When enabled, the
 region is highlighted with the `region' face whenever the mark
-is active.  The mark is \"deactivated\" by changing the buffer,
-and after certain other operations that set the mark but whose
-main purpose is something else--for example, incremental search,
-\\[beginning-of-buffer], and \\[end-of-buffer].
+is active.  The mark is \"deactivated\" after certain non-motion
+commands, including those that change the text in the buffer, and
+during shift or mouse selection by any unshifted cursor motion
+command (see Info node `Shift Selection' for more details).
 
 You can also deactivate the mark by typing \\[keyboard-quit] or
 \\[keyboard-escape-quit].