diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2010-04-24 18:35:43 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2010-04-24 18:35:43 +0200 |
commit | 8ed6fc47b790332a282f0b41b9220ebc186c0c4d (patch) | |
tree | fe69a85b84826c64d2db63aa88ad423c99b041d1 /lisp/composite.el | |
parent | 063c63240306442ef4cbd82b7b0ca34b04b6a005 (diff) | |
download | emacs-8ed6fc47b790332a282f0b41b9220ebc186c0c4d.tar.gz |
* composite.el (find-composition): Doc fix.
Diffstat (limited to 'lisp/composite.el')
-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 6a12b42e411..e3753f3bfd0 100644 --- a/lisp/composite.el +++ b/lisp/composite.el @@ -331,7 +331,7 @@ MOD-FUNC is a modification function of the composition. WIDTH is a number of columns the composition occupies on the screen. -When Automatic Compostion mode is on, this function also finds a +When Automatic Composition mode is on, this function also finds a chunk of text that is automatically composed. If such a chunk is found closer to POS than the position that has `composition' property, the value is a list of FROM, TO, and a glyph gstring |