comparison 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
comparison
equal deleted inserted replaced
110985:9a99465a61b9 110986:e0f89e89ed02
208 If it is a character, it is an alternate character to display instead 208 If it is a character, it is an alternate character to display instead
209 of the text in the region. 209 of the text in the region.
210 210
211 If it is a string, the elements are alternate characters. In 211 If it is a string, the elements are alternate characters. In
212 this case, TAB element has a special meaning. If the first 212 this case, TAB element has a special meaning. If the first
213 characer is TAB, the glyphs are displayed with left padding space 213 character is TAB, the glyphs are displayed with left padding space
214 so that no pixel overlaps with the previous column. If the last 214 so that no pixel overlaps with the previous column. If the last
215 character is TAB, the glyphs are displayed with right padding 215 character is TAB, the glyphs are displayed with right padding
216 space so that no pixel overlaps with the following column. 216 space so that no pixel overlaps with the following column.
217 217
218 If it is a vector or list, it is a sequence of alternate characters and 218 If it is a vector or list, it is a sequence of alternate characters and