From 1b68d76dc180d7b5f816d9a8e684aae9f5d7bef9 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 15 Sep 2020 19:05:53 +0300 Subject: [PATCH] ; * src/font.c (syms_of_font) : Doc fix. --- src/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5