diff options
| author | Eli Zaretskii | 2020-09-15 19:05:53 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2020-09-15 19:05:53 +0300 |
| commit | 1b68d76dc180d7b5f816d9a8e684aae9f5d7bef9 (patch) | |
| tree | ba74bb472315b8ec0f90b24cfafbfc7dafdb929c /src | |
| parent | f4b4166e0075943641cd75c5935959cdc157c585 (diff) | |
| download | emacs-1b68d76dc180d7b5f816d9a8e684aae9f5d7bef9.tar.gz emacs-1b68d76dc180d7b5f816d9a8e684aae9f5d7bef9.zip | |
; * src/font.c (syms_of_font) <query-all-font-backends>: Doc fix.
Diffstat (limited to 'src')
| -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. */); | |||
| 5535 | 5535 | ||
| 5536 | DEFVAR_BOOL ("query-all-font-backends", query_all_font_backends, | 5536 | DEFVAR_BOOL ("query-all-font-backends", query_all_font_backends, |
| 5537 | doc: /* | 5537 | doc: /* |
| 5538 | If non-nil attempt to query all available font backends. | 5538 | If non-nil, attempt to query all available font backends. |
| 5539 | By default Emacs will stop searching for a matching font at the first | 5539 | By default Emacs will stop searching for a matching font at the first |
| 5540 | match. */); | 5540 | match. */); |
| 5541 | query_all_font_backends = false; | 5541 | query_all_font_backends = false; |