aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfaces.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xfaces.c')
-rw-r--r--src/xfaces.c4
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.
6562If an integer > 0, font matching functions won't load more than 6562If an integer > 0, font matching functions won't load more than
6563that number of fonts when searching for a matching font. */); 6563that 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.
6572This stipple pattern is used on monochrome displays 6572This stipple pattern is used on monochrome displays
6573instead of shades of gray for a face background color. 6573instead of shades of gray for a face background color.
6574See `set-face-stipple' for possible values for this variable. */); 6574See `set-face-stipple' for possible values for this variable. */);