diff options
| author | Kenichi Handa | 1997-02-27 06:59:54 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-02-27 06:59:54 +0000 |
| commit | dcc13cda7775b00e339f0661a5c9d34d65ad9bdc (patch) | |
| tree | 9dec5a16ff2924e7e07933774d23b3a7ccc67e53 /src | |
| parent | 90da0ee653fca19d46898dbf5629c427333f627d (diff) | |
| download | emacs-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.c | 2 |
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\ |
| 5250 | Since Emacs gets width of a font which this regexp maches from\n\ | 5250 | Since Emacs gets width of a font matching with this regexp from\n\ |
| 5251 | PIXEL_SIZE field of the name, font finding mechanism gets faster for\n\ | 5251 | PIXEL_SIZE field of the name, font finding mechanism gets faster for\n\ |
| 5252 | such a font. This is especially effective for such large fonts as\n\ | 5252 | such a font. This is especially effective for such large fonts as\n\ |
| 5253 | Chinese, Japanese, and Korean."); | 5253 | Chinese, Japanese, and Korean."); |