aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.c
diff options
context:
space:
mode:
authorPaul Eggert2011-12-10 16:56:50 -0800
committerPaul Eggert2011-12-10 16:56:50 -0800
commit8f50130c565eaf0ad7c49e4ad044c3291ecdfa71 (patch)
treec8129448cbbf387fe82667ccac02983592c688f1 /src/fontset.c
parent85a83e2e2585a1906dec5168ed96ad521b5849ed (diff)
parent7b9d523a07395ecea505be88f45c33d73aea7038 (diff)
downloademacs-8f50130c565eaf0ad7c49e4ad044c3291ecdfa71.tar.gz
emacs-8f50130c565eaf0ad7c49e4ad044c3291ecdfa71.zip
Merge from trunk.
Diffstat (limited to 'src/fontset.c')
-rw-r--r--src/fontset.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fontset.c b/src/fontset.c
index ae919468695..b5b36822a2d 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -166,7 +166,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
166 These structures are hidden from the other codes than this file. 166 These structures are hidden from the other codes than this file.
167 The other codes handle fontsets only by their ID numbers. They 167 The other codes handle fontsets only by their ID numbers. They
168 usually use the variable name `fontset' for IDs. But, in this 168 usually use the variable name `fontset' for IDs. But, in this
169 file, we always use varialbe name `id' for IDs, and name `fontset' 169 file, we always use variable name `id' for IDs, and name `fontset'
170 for an actual fontset object, i.e., char-table. 170 for an actual fontset object, i.e., char-table.
171 171
172*/ 172*/
@@ -633,7 +633,7 @@ fontset_find_font (Lisp_Object fontset, int c, struct face *face, int id, int fa
633 { 633 {
634 /* Something strange happened, perhaps because of a 634 /* Something strange happened, perhaps because of a
635 Font-backend problem. Too avoid crashing, record 635 Font-backend problem. Too avoid crashing, record
636 that this spec is unsable. It may be better to find 636 that this spec is unusable. It may be better to find
637 another font of the same spec, but currently we don't 637 another font of the same spec, but currently we don't
638 have such an API. */ 638 have such an API. */
639 RFONT_DEF_SET_FACE (rfont_def, -1); 639 RFONT_DEF_SET_FACE (rfont_def, -1);
@@ -907,7 +907,7 @@ face_suitable_for_char_p (struct face *face, int c)
907 907
908 908
909/* Return ID of face suitable for displaying character C on frame F. 909/* Return ID of face suitable for displaying character C on frame F.
910 FACE must be reazlied for ASCII characters in advance. Called from 910 FACE must be realized for ASCII characters in advance. Called from
911 the macro FACE_FOR_CHAR. */ 911 the macro FACE_FOR_CHAR. */
912 912
913int 913int
@@ -1348,7 +1348,7 @@ accumulate_script_ranges (Lisp_Object arg, Lisp_Object range, Lisp_Object val)
1348 1348
1349 In FONTSET, set FONT_DEF in a fashion specified by ADD for 1349 In FONTSET, set FONT_DEF in a fashion specified by ADD for
1350 characters in RANGE and ranges in SCRIPT_RANGE_LIST before RANGE. 1350 characters in RANGE and ranges in SCRIPT_RANGE_LIST before RANGE.
1351 The consumed ranges are poped up from SCRIPT_RANGE_LIST, and the 1351 The consumed ranges are popped up from SCRIPT_RANGE_LIST, and the
1352 new SCRIPT_RANGE_LIST is stored in ARG. 1352 new SCRIPT_RANGE_LIST is stored in ARG.
1353 1353
1354 If ASCII is nil, don't set FONT_DEF for ASCII characters. It is 1354 If ASCII is nil, don't set FONT_DEF for ASCII characters. It is