aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/text.texi32
1 files changed, 18 insertions, 14 deletions
diff --git a/man/text.texi b/man/text.texi
index cb5827e187d..169c9064d27 100644
--- a/man/text.texi
+++ b/man/text.texi
@@ -1897,23 +1897,27 @@ format.
1897 The @code{excerpt} face is intended for quotations. This face is the 1897 The @code{excerpt} face is intended for quotations. This face is the
1898same as @code{italic} unless you customize it (@pxref{Face Customization}). 1898same as @code{italic} unless you customize it (@pxref{Face Customization}).
1899 1899
1900 The @code{fixed} face is meant to say, ``Use a fixed-width font for this 1900 The @code{fixed} face means, ``Use a fixed-width font for this part
1901part of the text.'' Emacs currently supports only fixed-width fonts; 1901of the text.'' This makes a visible difference only if you have
1902therefore, the @code{fixed} annotation is not necessary now. However, 1902specified a variable-width font in the default face; however, even if
1903we plan to support variable width fonts in future Emacs versions, and 1903the default font is fixed-width, applying the @code{fixed} face to a
1904other systems that display text/enriched format may not use a 1904part of the text will cause that part of the text to appear in a
1905fixed-width font as the default. So if you specifically want a certain 1905fixed-width font, if the file is ever displayed with a variable-width
1906part of the text to use a fixed-width font, you should specify the 1906default font. This applies to Emacs and to other systems that display
1907text/enriched format. So if you specifically want a certain part of
1908the text to use a fixed-width font, you should specify the
1907@code{fixed} face for that part. 1909@code{fixed} face for that part.
1908 1910
1909 The @code{fixed} face is normally defined to use a different font from 1911 The @code{fixed} face is normally set up to use a different font
1910the default. However, different systems have different fonts installed, 1912from the default, even if the default face is also fixed-width.
1911so you may need to customize this. 1913Different systems have different fonts installed, so you may need to
1914customize this. @xref{Face Customization}.
1912 1915
1913 If your terminal cannot display different faces, you will not be able 1916 If your terminal cannot display different faces, you will not be
1914to see them, but you can still edit documents containing faces. You can 1917able to see them, but you can still edit documents containing faces,
1915even add faces and colors to documents. They will be visible when the 1918and even add faces and colors to documents. The faces you specify
1916file is viewed on a terminal that can display them. 1919will be visible when the file is viewed on a terminal that can display
1920them.
1917 1921
1918@node Format Colors 1922@node Format Colors
1919@subsection Colors in Formatted Text 1923@subsection Colors in Formatted Text