aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-03-28 19:03:09 +0000
committerChong Yidong <[email protected]>2008-03-28 19:03:09 +0000
commit04eaab7d3b039794c13bce365cd1a4a232c16f79 (patch)
treecbc7c0cafd481b95bdc19266114385e02b18f7e9 /doc
parentbe6c3e885ee00466acb487c9093b86a0fd6d6621 (diff)
(Standard Faces): Reference the Mark node. Remove discussion of the
region face, which is discussed there.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/display.texi11
1 files changed, 1 insertions, 10 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index 5f06458dae..bb84610d74 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -402,8 +402,7 @@ This face is used for highlighting the current Query Replace match.
This face is used for lazy highlighting of Isearch and Query Replace
matches other than the current one.
@item region
-This face is used for displaying a selected region (when Transient Mark
-mode is enabled---see below).
+This face is used for displaying a selected region (@pxref{Mark}).
@item secondary-selection
This face is used for displaying a secondary X selection (@pxref{Secondary
Selection}).
@@ -419,14 +418,6 @@ a control character. It's also used when @samp{\} indicates a
nobreak space or nobreak (soft) hyphen.
@end table
-@cindex @code{region} face
- When Transient Mark mode is enabled, the text of the region is
-highlighted when the mark is active. This uses the face named
-@code{region}; you can control the style of highlighting by changing the
-style of this face (@pxref{Face Customization}). @xref{Transient Mark},
-for more information about Transient Mark mode and activation and
-deactivation of the mark.
-
These faces control the appearance of parts of the Emacs frame.
They exist as faces to provide a consistent way to customize the
appearance of these parts of the frame.