diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-11-14 13:34:06 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-11-14 13:34:06 +0000 |
commit | a907dc69fb71e3559601cbe87832b9a1c9f5250e (patch) | |
tree | 92bcf4185254324e0299abad542bd05bc69f6f47 | |
parent | 700deab447f4a2df2757867df4ee613502ebbc95 (diff) | |
download | emacs-a907dc69fb71e3559601cbe87832b9a1c9f5250e.tar.gz emacs-a907dc69fb71e3559601cbe87832b9a1c9f5250e.tar.bz2 emacs-a907dc69fb71e3559601cbe87832b9a1c9f5250e.zip |
(Fontsets): Remove the description of variable `highlight-wrong-size-font'.
-rw-r--r-- | man/mule.texi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/man/mule.texi b/man/mule.texi index 4bc21f1752c..88f52d6e211 100644 --- a/man/mule.texi +++ b/man/mule.texi @@ -1103,14 +1103,6 @@ specifies a font that does not exist on your system, then it cannot display that character properly. It will display that character as an empty box instead. -@vindex highlight-wrong-size-font - The fontset height and width are determined by the ASCII characters -(that is, by the font used for ASCII characters in that fontset). If -another font in the fontset has a different height, or a different -width, then characters assigned to that font are clipped to the -fontset's size. If @code{highlight-wrong-size-font} is non-@code{nil}, -a box is displayed around these wrong-size characters as well. - @node Defining Fontsets @section Defining fontsets |