comparison lisp/composite.el @ 108203:877cada981cc

composite.el (find-composition): Fix a typo in the doc string.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 01 May 2010 21:53:23 +0300
parents 2c1e291a5e1c
children 0b37f86b040e
comparison
equal deleted inserted replaced
108202:05cdbfffcad4 108203:877cada981cc
330 330
331 MOD-FUNC is a modification function of the composition. 331 MOD-FUNC is a modification function of the composition.
332 332
333 WIDTH is a number of columns the composition occupies on the screen. 333 WIDTH is a number of columns the composition occupies on the screen.
334 334
335 When Automatic Compostion mode is on, this function also finds a 335 When Automatic Composition mode is on, this function also finds a
336 chunk of text that is automatically composed. If such a chunk is 336 chunk of text that is automatically composed. If such a chunk is
337 found closer to POS than the position that has `composition' 337 found closer to POS than the position that has `composition'
338 property, the value is a list of FROM, TO, and a glyph-string 338 property, the value is a list of FROM, TO, and a glyph-string
339 that specifies how the chunk is to be composed. See the function 339 that specifies how the chunk is to be composed. See the function
340 `composition-get-gstring' for the format of the glyph-string." 340 `composition-get-gstring' for the format of the glyph-string."