aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2002-09-06 09:02:46 +0000
committerJuanma Barranquero2002-09-06 09:02:46 +0000
commit9baf741813165fbef7a49f727ee6b44d537c686a (patch)
tree267ccd2ca4fce52a03915d5702ae1d4319a508f6 /src
parent5f90b4fbb22dc4ab6e0d8138b2812b228defb454 (diff)
downloademacs-9baf741813165fbef7a49f727ee6b44d537c686a.tar.gz
emacs-9baf741813165fbef7a49f727ee6b44d537c686a.zip
(Fcompose_region_internal, Fcompose_string_internal): Fix spacing.
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{