* mark.texi (Mark): Mention disabling Transient Mark mode.
This commit is contained in:
parent
0fcca8ee23
commit
702b10e19b
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
2009-05-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* mark.texi (Mark): Clarify introduction.
|
||||
* mark.texi (Mark): Clarify introduction. Mention disabling Transient
|
||||
Mark mode.
|
||||
(Using Region, Persistent Mark): Use "active mark" instead of "active
|
||||
region".
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,11 @@ automatically @dfn{deactivates} the mark; this turns off the
|
|||
highlighting. You can also explicitly deactivate the mark at any
|
||||
time, by typing @kbd{C-g} (@pxref{Quitting}).
|
||||
|
||||
This default behavior of the mark is known as Transient Mark mode.
|
||||
Disabling Transient Mark mode switches Emacs to an alternative
|
||||
behavior, in which the mark is always active, which was the default
|
||||
prior to Emacs 23. @xref{Persistent Mark}.
|
||||
|
||||
@vindex highlight-nonselected-windows
|
||||
Setting the mark in one buffer has no effect on the marks in other
|
||||
buffers. When you return to a buffer with an active mark, the mark is
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue