aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/display.texi22
1 files changed, 0 insertions, 22 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 391d3f4764e..f4f1255bf63 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -2076,28 +2076,6 @@ face attributes, as determined by face merging, specify most of the
2076font choice, but not all. Part of the choice depends on what character 2076font choice, but not all. Part of the choice depends on what character
2077it is. 2077it is.
2078 2078
2079 For multibyte characters, typically each font covers only one
2080character set. So each character set (@pxref{Character Sets}) specifies
2081a registry and encoding to use, with the character set's
2082@code{x-charset-registry} property. Its value is a string containing
2083the registry and the encoding, with a dash between them:
2084
2085@example
2086(plist-get (charset-plist 'latin-iso8859-1)
2087 'x-charset-registry)
2088 @result{} "ISO8859-1"
2089@end example
2090
2091 Unibyte text does not have character sets, so displaying a unibyte
2092character takes the registry and encoding from the variable
2093@code{face-default-registry}.
2094
2095@defvar face-default-registry
2096This variable specifies which registry and encoding to use in choosing
2097fonts for unibyte characters. The value is initialized at Emacs startup
2098time from the font the user specified for Emacs.
2099@end defvar
2100
2101 If the face specifies a fontset name, that fontset determines a 2079 If the face specifies a fontset name, that fontset determines a
2102pattern for fonts of the given charset. If the face specifies a font 2080pattern for fonts of the given charset. If the face specifies a font
2103family, a font pattern is constructed. 2081family, a font pattern is constructed.