aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1997-02-27 06:59:54 +0000
committerKenichi Handa1997-02-27 06:59:54 +0000
commitdcc13cda7775b00e339f0661a5c9d34d65ad9bdc (patch)
tree9dec5a16ff2924e7e07933774d23b3a7ccc67e53 /src
parent90da0ee653fca19d46898dbf5629c427333f627d (diff)
downloademacs-dcc13cda7775b00e339f0661a5c9d34d65ad9bdc.tar.gz
emacs-dcc13cda7775b00e339f0661a5c9d34d65ad9bdc.zip
(syms_of_xfns): Documentation of
x-pixel-size-width-font-regexp modified.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 519c606114b..603d2a8013d 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -5247,7 +5247,7 @@ unless you set it to something else.");
5247 &Vx_pixel_size_width_font_regexp, 5247 &Vx_pixel_size_width_font_regexp,
5248 "Regexp matching a font name whose width is the same as `PIXEL_SIZE'.\n\ 5248 "Regexp matching a font name whose width is the same as `PIXEL_SIZE'.\n\
5249\n\ 5249\n\
5250Since Emacs gets width of a font which this regexp maches from\n\ 5250Since Emacs gets width of a font matching with this regexp from\n\
5251PIXEL_SIZE field of the name, font finding mechanism gets faster for\n\ 5251PIXEL_SIZE field of the name, font finding mechanism gets faster for\n\
5252such a font. This is especially effective for such large fonts as\n\ 5252such a font. This is especially effective for such large fonts as\n\
5253Chinese, Japanese, and Korean."); 5253Chinese, Japanese, and Korean.");