aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/composite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/composite.c b/src/composite.c
index 1cc4679d891..99ffc1fb908 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -715,7 +715,7 @@ DEFUN ("compose-region-internal", Fcompose_region_internal,
715 715
716Compose text in the region between START and END. 716Compose text in the region between START and END.
717Optional 3rd and 4th arguments are COMPONENTS and MODIFICATION-FUNC 717Optional 3rd and 4th arguments are COMPONENTS and MODIFICATION-FUNC
718for the composition. See `compose-region' for more detail. */) 718for the composition. See `compose-region' for more detail. */)
719 (start, end, components, mod_func) 719 (start, end, components, mod_func)
720 Lisp_Object start, end, components, mod_func; 720 Lisp_Object start, end, components, mod_func;
721{ 721{
@@ -736,7 +736,7 @@ DEFUN ("compose-string-internal", Fcompose_string_internal,
736 736
737Compose text between indices START and END of STRING. 737Compose text between indices START and END of STRING.
738Optional 4th and 5th arguments are COMPONENTS and MODIFICATION-FUNC 738Optional 4th and 5th arguments are COMPONENTS and MODIFICATION-FUNC
739for the composition. See `compose-string' for more detail. */) 739for the composition. See `compose-string' for more detail. */)
740 (string, start, end, components, mod_func) 740 (string, start, end, components, mod_func)
741 Lisp_Object string, start, end, components, mod_func; 741 Lisp_Object string, start, end, components, mod_func;
742{ 742{