* lisp/simple.el (transient-mark-mode): Correct documentation. (Bug#32956)
This commit is contained in:
parent
7e4229411b
commit
b99192fe24
1 changed files with 4 additions and 4 deletions
|
@ -5793,10 +5793,10 @@ Transient Mark mode if ARG is omitted or nil.
|
||||||
|
|
||||||
Transient Mark mode is a global minor mode. When enabled, the
|
Transient Mark mode is a global minor mode. When enabled, the
|
||||||
region is highlighted with the `region' face whenever the mark
|
region is highlighted with the `region' face whenever the mark
|
||||||
is active. The mark is \"deactivated\" by changing the buffer,
|
is active. The mark is \"deactivated\" after certain non-motion
|
||||||
and after certain other operations that set the mark but whose
|
commands, including those that change the text in the buffer, and
|
||||||
main purpose is something else--for example, incremental search,
|
during shift or mouse selection by any unshifted cursor motion
|
||||||
\\[beginning-of-buffer], and \\[end-of-buffer].
|
command (see Info node `Shift Selection' for more details).
|
||||||
|
|
||||||
You can also deactivate the mark by typing \\[keyboard-quit] or
|
You can also deactivate the mark by typing \\[keyboard-quit] or
|
||||||
\\[keyboard-escape-quit].
|
\\[keyboard-escape-quit].
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue