]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/font.c (syms_of_font) <query-all-font-backends>: Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Tue, 15 Sep 2020 16:05:53 +0000 (19:05 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 15 Sep 2020 16:05:53 +0000 (19:05 +0300)
src/font.c

index 779b8520962e2773c490c6d217b9d05524a9d668..beaa7be98de18d48ab66569172daa79e499a0a87 100644 (file)
@@ -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;