From: Alexander Gramiak Date: Thu, 4 Apr 2019 17:31:43 +0000 (-0600) Subject: ; * src/fontset.c (set-fontset-font): Use uppercase arg in docstring X-Git-Tag: emacs-26.2~19 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e79f19;p=emacs.git ; * src/fontset.c (set-fontset-font): Use uppercase arg in docstring --- diff --git a/src/fontset.c b/src/fontset.c index 8e0c5746fe7..34e0c0d4820 100644 --- a/src/fontset.c +++ b/src/fontset.c @@ -1447,7 +1447,7 @@ or t for the default fontset. TARGET may be a single character to use FONT-SPEC for. -Target may be a cons (FROM . TO), where FROM and TO are characters. +TARGET may be a cons (FROM . TO), where FROM and TO are characters. In that case, use FONT-SPEC for all the characters in the range between FROM and TO (inclusive).