From: Charles A. Roelli Date: Sat, 6 Oct 2018 19:24:32 +0000 (+0200) Subject: * lisp/simple.el (transient-mark-mode): Correct documentation. (Bug#32956) X-Git-Tag: emacs-26.1.90~104 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b99192f;p=emacs.git * lisp/simple.el (transient-mark-mode): Correct documentation. (Bug#32956) --- diff --git a/lisp/simple.el b/lisp/simple.el index d5674aae9b4..8bbafe49d32 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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].