Mercurial > emacs
changeset 45831:fca7e0a5094c
(Fcompose_region_internal, Fcompose_string_internal): Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 14 Jun 2002 16:28:58 +0000 |
parents | be6062b5c4cd |
children | 4edf58a4abfc |
files | src/composite.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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; {