emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 b99192f: * lisp/simple.el (transient-mark-mode):


From: Charles A. Roelli
Subject: [Emacs-diffs] emacs-26 b99192f: * lisp/simple.el (transient-mark-mode): Correct documentation. (Bug#32956)
Date: Sat, 6 Oct 2018 15:22:29 -0400 (EDT)

branch: emacs-26
commit b99192fe24fc5dd75340083403e95a65cb4a6d79
Author: Charles A. Roelli <address@hidden>
Commit: Charles A. Roelli <address@hidden>

    * lisp/simple.el (transient-mark-mode): Correct documentation.  (Bug#32956)
---
 lisp/simple.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index d5674aa..8bbafe4 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].



reply via email to

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