diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/font.c b/src/font.c index b2b43c79713..355353a4f4a 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -3822,17 +3822,17 @@ They are the same as face attributes of the same name. See | |||
| 3822 | 3822 | ||
| 3823 | `:foundry' | 3823 | `:foundry' |
| 3824 | 3824 | ||
| 3825 | VALUE must be a string or a symbol specifying the font foundry, e.g. ``misc''. | 3825 | VALUE must be a string or a symbol specifying the font foundry, e.g. `misc'. |
| 3826 | 3826 | ||
| 3827 | `:adstyle' | 3827 | `:adstyle' |
| 3828 | 3828 | ||
| 3829 | VALUE must be a string or a symbol specifying the additional | 3829 | VALUE must be a string or a symbol specifying the additional |
| 3830 | typographic style information of a font, e.g. ``sans''. | 3830 | typographic style information of a font, e.g. `sans'. |
| 3831 | 3831 | ||
| 3832 | `:registry' | 3832 | `:registry' |
| 3833 | 3833 | ||
| 3834 | VALUE must be a string or a symbol specifying the charset registry and | 3834 | VALUE must be a string or a symbol specifying the charset registry and |
| 3835 | encoding of a font, e.g. ``iso8859-1''. | 3835 | encoding of a font, e.g. `iso8859-1'. |
| 3836 | 3836 | ||
| 3837 | `:size' | 3837 | `:size' |
| 3838 | 3838 | ||