# HG changeset patch # User Juanma Barranquero # Date 1031302966 0 # Node ID 49ac77cddafb4e3451227be274154f59397ef448 # Parent ff3c709c7ef1ade5a6de43356689a9381f00d40d (Fcompose_region_internal, Fcompose_string_internal): Fix spacing. diff -r ff3c709c7ef1 -r 49ac77cddafb src/composite.c --- a/src/composite.c Fri Sep 06 09:02:11 2002 +0000 +++ b/src/composite.c Fri Sep 06 09:02:46 2002 +0000 @@ -715,7 +715,7 @@ Compose text in the region between START and END. Optional 3rd and 4th arguments are COMPONENTS and MODIFICATION-FUNC -for the composition. See `compose-region' for more detail. */) +for the composition. See `compose-region' for more detail. */) (start, end, components, mod_func) Lisp_Object start, end, components, mod_func; { @@ -736,7 +736,7 @@ Compose text between indices START and END of STRING. Optional 4th and 5th arguments are COMPONENTS and MODIFICATION-FUNC -for the composition. See `compose-string' for more detail. */) +for the composition. See `compose-string' for more detail. */) (string, start, end, components, mod_func) Lisp_Object string, start, end, components, mod_func; {