mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 10:57:34 +00:00
(diacritic-composition-function): Fix arguments.
This commit is contained in:
parent
a5787fe364
commit
e32dd5e97b
1 changed files with 1 additions and 1 deletions
|
|
@ -708,7 +708,7 @@ positions (integers or markers) specifying the region."
|
|||
(interactive)
|
||||
(diacritic-compose-region (point-min) (point-max)))
|
||||
|
||||
(defun diacritic-composition-function (pos &optional string)
|
||||
(defun diacritic-composition-function (pos to font-object string)
|
||||
"Compose diacritic text around POS.
|
||||
Optional 2nd argument STRING, if non-nil, is a string containing text
|
||||
to compose.
|
||||
|
|
|
|||
Loading…
Reference in a new issue