diff options
author | Charles A. Roelli <charles@aurox.ch> | 2018-10-06 21:24:32 +0200 |
---|---|---|
committer | Charles A. Roelli <charles@aurox.ch> | 2018-10-06 21:24:32 +0200 |
commit | b99192fe24fc5dd75340083403e95a65cb4a6d79 (patch) | |
tree | 8faf281ba30799ca29b890ba8096751129088163 /lisp/simple.el | |
parent | 7e4229411be6064a7dcd95480af6f02faa86751f (diff) | |
download | emacs-b99192fe24fc5dd75340083403e95a65cb4a6d79.tar.gz |
* lisp/simple.el (transient-mark-mode): Correct documentation. (Bug#32956)
Diffstat (limited to 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 8 |
1 files changed, 4 insertions, 4 deletions
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]. |