]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/fontset.c (set-fontset-font): Use uppercase arg in docstring
authorAlexander Gramiak <agrambot@gmail.com>
Thu, 4 Apr 2019 17:31:43 +0000 (11:31 -0600)
committerAlexander Gramiak <agrambot@gmail.com>
Thu, 4 Apr 2019 17:44:36 +0000 (11:44 -0600)
src/fontset.c

index 8e0c5746fe77a73a928af2d35bfdd5ca9c5c5de8..34e0c0d482064a5a7db9968475b16dcf9e4433e4 100644 (file)
@@ -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).