summaryrefslogtreecommitdiff
path: root/lisp/composite.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-02-16 03:27:10 +0000
committerGlenn Morris <rgm@gnu.org>2008-02-16 03:27:10 +0000
commit627a335d54ffcbba466e7921421c3e234f146190 (patch)
treeae11d625bba6350afb8cd5e9a30915c9f6503156 /lisp/composite.el
parentd8174eda7b9807af20ea332482c2b78b06c79d5c (diff)
(composition-function-table): Doc fix.
Diffstat (limited to 'lisp/composite.el')
-rw-r--r--lisp/composite.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/composite.el b/lisp/composite.el
index 90f6b775bc9..6bdeeee440b 100644
--- a/lisp/composite.el
+++ b/lisp/composite.el
@@ -400,7 +400,7 @@ where PATTERNs are regular expressions and FUNCs are functions.
If the element is FUNC, FUNC itself determines the region to
compose.
-Each function is called with 5 arguments, FROM, TO, FONT-OBJECT,
+Each function is called with 4 arguments, FROM, TO, FONT-OBJECT,
and STRING.
If STRING is nil, FROM and TO are positions specifying the region