]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcompose_region_internal, Fcompose_string_internal): Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 14 Jun 2002 16:29:11 +0000 (16:29 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 14 Jun 2002 16:29:11 +0000 (16:29 +0000)
src/ChangeLog
src/composite.c

index 3d49c71100688d2ef24696e2b4b2418bf0080baa..bcef8f874d20c2c3182b0ac7f0b4c0b689b77f8d 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-14  Juanma Barranquero  <lektu@terra.es>
+
+       * composite.c (Fcompose_region_internal, Fcompose_string_internal):
+       Fix typos.
+
 2002-06-14  Kim F. Storm  <storm@cua.dk>
 
        * insdel.c (insert_1_both, insert_from_string_1)
index 2ef8533ea687d83277e72e9ea8620b46ae9a735d..1cc6e12cfafcc1b55e30475116ada4cf7cc4ebce 100644 (file)
@@ -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;
 {