From: Eli Zaretskii Date: Tue, 15 Sep 2020 16:05:53 +0000 (+0300) Subject: ; * src/font.c (syms_of_font) : Doc fix. X-Git-Tag: emacs-28.0.90~6049 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1b68d76dc180d7b5f816d9a8e684aae9f5d7bef9;p=emacs.git ; * src/font.c (syms_of_font) : Doc fix. --- 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;