diff options
| author | Alexander Gramiak | 2019-04-04 11:31:43 -0600 |
|---|---|---|
| committer | Alexander Gramiak | 2019-04-04 11:44:36 -0600 |
| commit | 9e79f199ffad18a58c8031d347e8cfb297e12407 (patch) | |
| tree | bada90ad0812c56f5e128cbf0ac728889471b835 /src | |
| parent | 0924b27bca40d219e34529144ea04a581428f1f7 (diff) | |
| download | emacs-9e79f199ffad18a58c8031d347e8cfb297e12407.tar.gz emacs-9e79f199ffad18a58c8031d347e8cfb297e12407.zip | |
; * src/fontset.c (set-fontset-font): Use uppercase arg in docstring
Diffstat (limited to 'src')
| -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 8e0c5746fe7..34e0c0d4820 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -1447,7 +1447,7 @@ or t for the default fontset. | |||
| 1447 | 1447 | ||
| 1448 | TARGET may be a single character to use FONT-SPEC for. | 1448 | TARGET may be a single character to use FONT-SPEC for. |
| 1449 | 1449 | ||
| 1450 | Target may be a cons (FROM . TO), where FROM and TO are characters. | 1450 | TARGET may be a cons (FROM . TO), where FROM and TO are characters. |
| 1451 | In that case, use FONT-SPEC for all the characters in the range | 1451 | In that case, use FONT-SPEC for all the characters in the range |
| 1452 | between FROM and TO (inclusive). | 1452 | between FROM and TO (inclusive). |
| 1453 | 1453 | ||