aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language
diff options
context:
space:
mode:
authorKenichi Handa2007-12-25 10:57:51 +0000
committerKenichi Handa2007-12-25 10:57:51 +0000
commite32dd5e97bcf61ac47e101ad47ec302be87e036a (patch)
treed20b7b0594e5b0ba19772c59bdd45175a48e9f4a /lisp/language
parenta5787fe364cf4f2ef06edac9778a518bf2488b5e (diff)
downloademacs-e32dd5e97bcf61ac47e101ad47ec302be87e036a.tar.gz
emacs-e32dd5e97bcf61ac47e101ad47ec302be87e036a.zip
(diacritic-composition-function): Fix arguments.
Diffstat (limited to 'lisp/language')
-rw-r--r--lisp/language/european.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/european.el b/lisp/language/european.el
index bc4fbf98334..287231db933 100644
--- a/lisp/language/european.el
+++ b/lisp/language/european.el
@@ -708,7 +708,7 @@ positions (integers or markers) specifying the region."
708 (interactive) 708 (interactive)
709 (diacritic-compose-region (point-min) (point-max))) 709 (diacritic-compose-region (point-min) (point-max)))
710 710
711(defun diacritic-composition-function (pos &optional string) 711(defun diacritic-composition-function (pos to font-object string)
712 "Compose diacritic text around POS. 712 "Compose diacritic text around POS.
713Optional 2nd argument STRING, if non-nil, is a string containing text 713Optional 2nd argument STRING, if non-nil, is a string containing text
714to compose. 714to compose.