comparison lisp/composite.el @ 108353:80012eb6c2a3

* composite.el (find-composition): Doc fix.
author Andreas Schwab <schwab@linux-m68k.org>
date Sat, 24 Apr 2010 18:35:43 +0200
parents 0d5d2e53a07c
children e9328d74ba23
comparison
equal deleted inserted replaced
108352:cf2043af9228 108353:80012eb6c2a3
329 329
330 MOD-FUNC is a modification function of the composition. 330 MOD-FUNC is a modification function of the composition.
331 331
332 WIDTH is a number of columns the composition occupies on the screen. 332 WIDTH is a number of columns the composition occupies on the screen.
333 333
334 When Automatic Compostion mode is on, this function also finds a 334 When Automatic Composition mode is on, this function also finds a
335 chunk of text that is automatically composed. If such a chunk is 335 chunk of text that is automatically composed. If such a chunk is
336 found closer to POS than the position that has `composition' 336 found closer to POS than the position that has `composition'
337 property, the value is a list of FROM, TO, and a glyph gstring 337 property, the value is a list of FROM, TO, and a glyph gstring
338 the specify how the chunk is composed. See the function 338 the specify how the chunk is composed. See the function
339 `composition-get-gstring' for the format of the glyph string." 339 `composition-get-gstring' for the format of the glyph string."