diff options
author | Jan D <jan.h.d@swipnet.se> | 2015-05-23 12:28:54 +0200 |
---|---|---|
committer | Jan D <jan.h.d@swipnet.se> | 2015-05-23 12:28:54 +0200 |
commit | 6aaa489dc112f51f6045f79b37cb78dd513e398f (patch) | |
tree | a34eb6ad435ab877848f7464374570549ca55ec5 /src/font.c | |
parent | ee14727ce033bae3bc11af35e7843604e5a5e635 (diff) | |
parent | 7ac84a2570e1268cc040fcd529508307b2b22c01 (diff) | |
download | emacs-6aaa489dc112f51f6045f79b37cb78dd513e398f.tar.gz emacs-6aaa489dc112f51f6045f79b37cb78dd513e398f.tar.bz2 emacs-6aaa489dc112f51f6045f79b37cb78dd513e398f.zip |
Merge branch 'master' into cairo
Diffstat (limited to 'src/font.c')
-rw-r--r-- | src/font.c | 10 |
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 `:foundry' -VALUE must be a string or a symbol specifying the font foundry, e.g. ``misc''. +VALUE must be a string or a symbol specifying the font foundry, e.g. `misc'. `:adstyle' VALUE must be a string or a symbol specifying the additional -typographic style information of a font, e.g. ``sans''. +typographic style information of a font, e.g. `sans'. `:registry' VALUE must be a string or a symbol specifying the charset registry and -encoding of a font, e.g. ``iso8859-1''. +encoding of a font, e.g. `iso8859-1'. `:size' @@ -3866,7 +3866,7 @@ required OpenType features. GSUB: List of OpenType GSUB feature tag symbols, or nil if none required. GPOS: List of OpenType GPOS feature tag symbols, or nil if none required. -GSUB and GPOS may contain `nil' element. In such a case, the font +GSUB and GPOS may contain nil elements. In such a case, the font must not have any of the remaining elements. For 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) static Lisp_Object Vfont_log_deferred; /* Prepend the font-related logging data in Vfont_log if it is not - `t'. ACTION describes a kind of font-related action (e.g. listing, + t. ACTION describes a kind of font-related action (e.g. listing, opening), ARG is the argument for the action, and RESULT is the result of the action. */ void |