# HG changeset patch # User Juanma Barranquero # Date 1024072138 0 # Node ID fca7e0a5094c4200a06898afd014cb25c32e6c41 # Parent be6062b5c4cd0a536ca0802fa78e5d375e29bc8f (Fcompose_region_internal, Fcompose_string_internal): Fix typos. diff -r be6062b5c4cd -r fca7e0a5094c src/composite.c --- a/src/composite.c Fri Jun 14 14:00:07 2002 +0000 +++ b/src/composite.c Fri Jun 14 16:28:58 2002 +0000 @@ -721,7 +721,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 detial. */) +for the composition. See `compose-region' for more detail. */) (start, end, components, mod_func) Lisp_Object start, end, components, mod_func; { @@ -742,7 +742,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 detial. */) +for the composition. See `compose-string' for more detail. */) (string, start, end, components, mod_func) Lisp_Object string, start, end, components, mod_func; {