aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2010-05-01 21:53:23 +0300
committerEli Zaretskii2010-05-01 21:53:23 +0300
commitd21133bcb82d6ecf88fc84e0958b758d7a33b194 (patch)
tree999864a5645331d2cc1b6be1e9232b00297de3c6
parent197daef4ab65cbb5d5add8bbc8e258aa26992d4f (diff)
downloademacs-d21133bcb82d6ecf88fc84e0958b758d7a33b194.tar.gz
emacs-d21133bcb82d6ecf88fc84e0958b758d7a33b194.zip
composite.el (find-composition): Fix a typo in the doc string.
-rw-r--r--lisp/composite.el2
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
333WIDTH is a number of columns the composition occupies on the screen. 333WIDTH is a number of columns the composition occupies on the screen.
334 334
335When Automatic Compostion mode is on, this function also finds a 335When Automatic Composition mode is on, this function also finds a
336chunk of text that is automatically composed. If such a chunk is 336chunk of text that is automatically composed. If such a chunk is
337found closer to POS than the position that has `composition' 337found closer to POS than the position that has `composition'
338property, the value is a list of FROM, TO, and a glyph-string 338property, the value is a list of FROM, TO, and a glyph-string