diff lisp/composite.el @ 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 e9328d74ba23
children b8fde5ef9e14 376148b31b5e
line wrap: on
line diff
--- a/lisp/composite.el	Tue Oct 12 21:52:28 2010 +0900
+++ b/lisp/composite.el	Tue Oct 12 17:16:57 2010 +0200
@@ -210,7 +210,7 @@
 
 If it is a string, the elements are alternate characters.  In
 this case, TAB element has a special meaning.  If the first
-characer is TAB, the glyphs are displayed with left padding space
+character is TAB, the glyphs are displayed with left padding space
 so that no pixel overlaps with the previous column.  If the last
 character is TAB, the glyphs are displayed with right padding
 space so that no pixel overlaps with the following column.