From 2268661ae2a28209fd0518017875283234c0f839 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 14 Jun 2002 16:29:11 +0000 Subject: [PATCH] (Fcompose_region_internal, Fcompose_string_internal): Fix typos. --- src/ChangeLog | 5 +++++ src/composite.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 3d49c711006..bcef8f874d2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-06-14 Juanma Barranquero + + * composite.c (Fcompose_region_internal, Fcompose_string_internal): + Fix typos. + 2002-06-14 Kim F. Storm * insdel.c (insert_1_both, insert_from_string_1) diff --git a/src/composite.c b/src/composite.c index 2ef8533ea68..1cc6e12cfaf 100644 --- a/src/composite.c +++ b/src/composite.c @@ -721,7 +721,7 @@ DEFUN ("compose-region-internal", Fcompose_region_internal, 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 @@ DEFUN ("compose-string-internal", Fcompose_string_internal, 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; { -- 2.39.5