summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-06-30 13:08:04 +0000
committerEli Zaretskii <eliz@gnu.org>2006-06-30 13:08:04 +0000
commit5e0de6a215690c5108e8c45c29eaf9fba784ab19 (patch)
treed6a387e0ee15550a9818b56b8cb3c068a5ee638e /man
parent9222ba5e8a4677cbbf1481fcfbd369b134a13e83 (diff)
downloademacs-5e0de6a215690c5108e8c45c29eaf9fba784ab19.tar.gz
(Customizing Faces): Remove -face suffix from face names.
Mention `cvs-msg' face.
Diffstat (limited to 'man')
-rw-r--r--man/pcl-cvs.texi40
1 files changed, 22 insertions, 18 deletions
diff --git a/man/pcl-cvs.texi b/man/pcl-cvs.texi
index 0039b26fd74..e1efe3277f1 100644
--- a/man/pcl-cvs.texi
+++ b/man/pcl-cvs.texi
@@ -1321,36 +1321,40 @@ default.
@node Customizing Faces, , Customization, Customization
@section Customizing Faces
-@vindex cvs-header-face (face)
-@vindex cvs-filename-face (face)
-@vindex cvs-unknown-face (face)
-@vindex cvs-handled-face (face)
-@vindex cvs-need-action-face (face)
-@vindex cvs-marked-face (face)
+@vindex cvs-header (face)
+@vindex cvs-filename (face)
+@vindex cvs-unknown (face)
+@vindex cvs-handled (face)
+@vindex cvs-need-action (face)
+@vindex cvs-marked (face)
+@vindex cvs-msg (face)
PCL-CVS adds a few extra features, including menus, mouse bindings, and
-fontification the @samp{*cvs*} buffer. The faces defined for
+fontification of the @samp{*cvs*} buffer. The faces defined for
fontification are listed below:
@table @samp
-@item cvs-header-face
+@item cvs-header
used to highlight directory changes.
-@item cvs-filename-face
-used to highlight file names.
+@item cvs-filename
+Used to highlight file names.
-@item cvs-unknown-face
-used to highlight the status of files which are @samp{Unknown}.
+@item cvs-unknown
+Used to highlight the status of files which are @samp{Unknown}.
-@item cvs-handled-face
-used to highlight the status of files which are handled and
+@item cvs-handled
+Used to highlight the status of files which are handled and
need no further action.
-@item cvs-need-action-face
-used to highlight the status of files which still need action.
+@item cvs-need-action
+Used to highlight the status of files which still need action.
-@item cvs-marked-face
-used to highlight the marked file indicator (@samp{*}).
+@item cvs-marked
+Used to highlight the marked file indicator (@samp{*}).
+
+@item cvs-msg
+Used to highlight CVS messages.
@end table