aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-01-11 15:28:56 +0000
committerEli Zaretskii2002-01-11 15:28:56 +0000
commitc1b4555311e3410145e955a681f3e8fd181ce6da (patch)
treeaaa7c25b0a2c9894124c94c0d80aaab605b4daad
parent0c5ee6871f0e4f158519e01bfa372cfe4422cdde (diff)
downloademacs-c1b4555311e3410145e955a681f3e8fd181ce6da.tar.gz
emacs-c1b4555311e3410145e955a681f3e8fd181ce6da.zip
(Faces): Mention that character terminals also support faces.
-rw-r--r--man/display.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/display.texi b/man/display.texi
index 10e7b29ebfa..97d3fd15c84 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -36,6 +36,11 @@ Each face can specify various attributes, such as the height, weight
36and slant of the characters, the foreground and background color, and 36and slant of the characters, the foreground and background color, and
37underlining. But it does not have to specify all of them. 37underlining. But it does not have to specify all of them.
38 38
39 Emacs on a character terminal supports only part of face attributes.
40Which attributes are supported depends on your display type, but many
41displays support inverse video, bold, and underline attributes, and
42some support colors.
43
39 Features which rely on text in multiple faces (such as Font Lock mode) 44 Features which rely on text in multiple faces (such as Font Lock mode)
40will also work on non-windowed terminals that can display more than one 45will also work on non-windowed terminals that can display more than one
41face, whether by colors or underlining and emboldening. This includes 46face, whether by colors or underlining and emboldening. This includes