* doc/emacs/mark.texi (Mark): Index "(de)activating the mark".
(Bug#32956)
This commit is contained in:
parent
940ae15604
commit
3f1470d96f
1 changed files with 2 additions and 0 deletions
|
@ -17,11 +17,13 @@ one comes earlier in the text; each time you move point, the region
|
|||
changes.
|
||||
|
||||
@cindex active region
|
||||
@cindex activating the mark
|
||||
Setting the mark at a position in the text also @dfn{activates} it.
|
||||
When the mark is active, we say also that the region is active; Emacs
|
||||
indicates its extent by highlighting the text within it, using the
|
||||
@code{region} face (@pxref{Face Customization}).
|
||||
|
||||
@cindex deactivating the mark
|
||||
After certain non-motion commands, including any command that
|
||||
changes the text in the buffer, Emacs automatically @dfn{deactivates}
|
||||
the mark; this turns off the highlighting. You can also explicitly
|
||||
|
|
Loading…
Add table
Reference in a new issue