diff options
Diffstat (limited to 'src/fontset.c')
| -rw-r--r-- | src/fontset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c index d06491ddf25..8a61f09f590 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -2227,7 +2227,7 @@ alternate fontnames (if any) are tried instead. */); | |||
| 2227 | 2227 | ||
| 2228 | DEFVAR_LISP ("vertical-centering-font-regexp", | 2228 | DEFVAR_LISP ("vertical-centering-font-regexp", |
| 2229 | Vvertical_centering_font_regexp, | 2229 | Vvertical_centering_font_regexp, |
| 2230 | doc: /* *Regexp matching font names that require vertical centering on display. | 2230 | doc: /* Regexp matching font names that require vertical centering on display. |
| 2231 | When a character is displayed with such fonts, the character is displayed | 2231 | When a character is displayed with such fonts, the character is displayed |
| 2232 | at the vertical center of lines. */); | 2232 | at the vertical center of lines. */); |
| 2233 | Vvertical_centering_font_regexp = Qnil; | 2233 | Vvertical_centering_font_regexp = Qnil; |