diff options
-rw-r--r-- | src/font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.c b/src/font.c index 779b8520962..beaa7be98de 100644 --- a/src/font.c +++ b/src/font.c @@ -5535,7 +5535,7 @@ cause Xft crashes. Only has an effect in Xft builds. */); DEFVAR_BOOL ("query-all-font-backends", query_all_font_backends, doc: /* -If non-nil attempt to query all available font backends. +If non-nil, attempt to query all available font backends. By default Emacs will stop searching for a matching font at the first match. */); query_all_font_backends = false; |