From dcc13cda7775b00e339f0661a5c9d34d65ad9bdc Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 27 Feb 1997 06:59:54 +0000 Subject: [PATCH] (syms_of_xfns): Documentation of x-pixel-size-width-font-regexp modified. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); &Vx_pixel_size_width_font_regexp, "Regexp matching a font name whose width is the same as `PIXEL_SIZE'.\n\ \n\ -Since Emacs gets width of a font which this regexp maches from\n\ +Since Emacs gets width of a font matching with this regexp from\n\ PIXEL_SIZE field of the name, font finding mechanism gets faster for\n\ such a font. This is especially effective for such large fonts as\n\ Chinese, Japanese, and Korean."); -- 2.39.5