diff options
Diffstat (limited to 'src/xfaces.c')
| -rw-r--r-- | src/xfaces.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 476fb1e0366..972de234510 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -6558,7 +6558,7 @@ syms_of_xfaces (void) | |||
| 6558 | #endif | 6558 | #endif |
| 6559 | 6559 | ||
| 6560 | DEFVAR_LISP ("font-list-limit", Vfont_list_limit, | 6560 | DEFVAR_LISP ("font-list-limit", Vfont_list_limit, |
| 6561 | doc: /* *Limit for font matching. | 6561 | doc: /* Limit for font matching. |
| 6562 | If an integer > 0, font matching functions won't load more than | 6562 | If an integer > 0, font matching functions won't load more than |
| 6563 | that number of fonts when searching for a matching font. */); | 6563 | that number of fonts when searching for a matching font. */); |
| 6564 | Vfont_list_limit = make_number (DEFAULT_FONT_LIST_LIMIT); | 6564 | Vfont_list_limit = make_number (DEFAULT_FONT_LIST_LIMIT); |
| @@ -6568,7 +6568,7 @@ that number of fonts when searching for a matching font. */); | |||
| 6568 | Vface_new_frame_defaults = Qnil; | 6568 | Vface_new_frame_defaults = Qnil; |
| 6569 | 6569 | ||
| 6570 | DEFVAR_LISP ("face-default-stipple", Vface_default_stipple, | 6570 | DEFVAR_LISP ("face-default-stipple", Vface_default_stipple, |
| 6571 | doc: /* *Default stipple pattern used on monochrome displays. | 6571 | doc: /* Default stipple pattern used on monochrome displays. |
| 6572 | This stipple pattern is used on monochrome displays | 6572 | This stipple pattern is used on monochrome displays |
| 6573 | instead of shades of gray for a face background color. | 6573 | instead of shades of gray for a face background color. |
| 6574 | See `set-face-stipple' for possible values for this variable. */); | 6574 | See `set-face-stipple' for possible values for this variable. */); |