diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-10-12 17:16:57 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-10-12 17:16:57 +0200 |
commit | 51e4f4a88de94846f6b44b3e11496c7b67aa2f5e (patch) | |
tree | 0eeaf52c6c802c1ac20b70b917927788f94500e3 /src/w32uniscribe.c | |
parent | ad1746f5db1b4c52da8d7bdc52359d6b0a5a5e24 (diff) | |
download | emacs-51e4f4a88de94846f6b44b3e11496c7b67aa2f5e.tar.gz |
Fix typos in docstrings, comments and ChangeLogs.
* lisp/composite.el (compose-region):
* src/ccl.c (Fccl_execute_on_string): Fix typo in docstring.
Diffstat (limited to 'src/w32uniscribe.c')
-rw-r--r-- | src/w32uniscribe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c index cfdf629ceee..9cd1ac6426c 100644 --- a/src/w32uniscribe.c +++ b/src/w32uniscribe.c @@ -448,7 +448,7 @@ uniscribe_shape (lgstring) } /* Uniscribe implementation of encode_char for font backend. - Return a glyph code of FONT for characer C (Unicode code point). + Return a glyph code of FONT for character C (Unicode code point). If FONT doesn't have such a glyph, return FONT_INVALID_CODE. */ static unsigned uniscribe_encode_char (font, c) |