aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
diff options
context:
space:
mode:
authorJan D2015-05-23 12:28:54 +0200
committerJan D2015-05-23 12:28:54 +0200
commit6aaa489dc112f51f6045f79b37cb78dd513e398f (patch)
treea34eb6ad435ab877848f7464374570549ca55ec5 /src/font.c
parentee14727ce033bae3bc11af35e7843604e5a5e635 (diff)
parent7ac84a2570e1268cc040fcd529508307b2b22c01 (diff)
downloademacs-6aaa489dc112f51f6045f79b37cb78dd513e398f.tar.gz
emacs-6aaa489dc112f51f6045f79b37cb78dd513e398f.zip
Merge branch 'master' into cairo
Diffstat (limited to 'src/font.c')
-rw-r--r--src/font.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/font.c b/src/font.c
index 603e998ed3f..2ccfd15d436 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
3825VALUE must be a string or a symbol specifying the font foundry, e.g. ``misc''. 3825VALUE must be a string or a symbol specifying the font foundry, e.g. `misc'.
3826 3826
3827`:adstyle' 3827`:adstyle'
3828 3828
3829VALUE must be a string or a symbol specifying the additional 3829VALUE must be a string or a symbol specifying the additional
3830typographic style information of a font, e.g. ``sans''. 3830typographic style information of a font, e.g. `sans'.
3831 3831
3832`:registry' 3832`:registry'
3833 3833
3834VALUE must be a string or a symbol specifying the charset registry and 3834VALUE must be a string or a symbol specifying the charset registry and
3835encoding of a font, e.g. ``iso8859-1''. 3835encoding of a font, e.g. `iso8859-1'.
3836 3836
3837`:size' 3837`:size'
3838 3838
@@ -3866,7 +3866,7 @@ required OpenType features.
3866 GSUB: List of OpenType GSUB feature tag symbols, or nil if none required. 3866 GSUB: List of OpenType GSUB feature tag symbols, or nil if none required.
3867 GPOS: List of OpenType GPOS feature tag symbols, or nil if none required. 3867 GPOS: List of OpenType GPOS feature tag symbols, or nil if none required.
3868 3868
3869GSUB and GPOS may contain `nil' element. In such a case, the font 3869GSUB and GPOS may contain nil elements. In such a case, the font
3870must not have any of the remaining elements. 3870must not have any of the remaining elements.
3871 3871
3872For instance, if the VALUE is `(thai nil nil (mark))', the font must 3872For instance, if the VALUE is `(thai nil nil (mark))', the font must
@@ -5011,7 +5011,7 @@ build_style_table (const struct table_entry *entry, int nelement)
5011static Lisp_Object Vfont_log_deferred; 5011static Lisp_Object Vfont_log_deferred;
5012 5012
5013/* Prepend the font-related logging data in Vfont_log if it is not 5013/* Prepend the font-related logging data in Vfont_log if it is not
5014 `t'. ACTION describes a kind of font-related action (e.g. listing, 5014 t. ACTION describes a kind of font-related action (e.g. listing,
5015 opening), ARG is the argument for the action, and RESULT is the 5015 opening), ARG is the argument for the action, and RESULT is the
5016 result of the action. */ 5016 result of the action. */
5017void 5017void