From: Glenn Morris Date: Sat, 16 Feb 2008 03:27:10 +0000 (+0000) Subject: (composition-function-table): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~7932 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=627a335d54ffcbba466e7921421c3e234f146190;p=emacs.git (composition-function-table): Doc fix. --- 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