diff options
| -rw-r--r-- | lisp/composite.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/composite.el b/lisp/composite.el index c5a41be23ec..5b01718fc71 100644 --- a/lisp/composite.el +++ b/lisp/composite.el | |||
| @@ -332,7 +332,7 @@ 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 |