comparison src/w32uniscribe.c @ 110986:e0f89e89ed02

Fix typos in docstrings, comments and ChangeLogs. * lisp/composite.el (compose-region): * src/ccl.c (Fccl_execute_on_string): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 12 Oct 2010 17:16:57 +0200
parents 4cce9795bfd4
children 734b2470f93c
comparison
equal deleted inserted replaced
110985:9a99465a61b9 110986:e0f89e89ed02
446 else 446 else
447 return make_number (done_glyphs); 447 return make_number (done_glyphs);
448 } 448 }
449 449
450 /* Uniscribe implementation of encode_char for font backend. 450 /* Uniscribe implementation of encode_char for font backend.
451 Return a glyph code of FONT for characer C (Unicode code point). 451 Return a glyph code of FONT for character C (Unicode code point).
452 If FONT doesn't have such a glyph, return FONT_INVALID_CODE. */ 452 If FONT doesn't have such a glyph, return FONT_INVALID_CODE. */
453 static unsigned 453 static unsigned
454 uniscribe_encode_char (font, c) 454 uniscribe_encode_char (font, c)
455 struct font *font; 455 struct font *font;
456 int c; 456 int c;