summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-09-06 10:04:40 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-09-06 10:04:40 +0000
commitb7e859fee36e344d9776d4f133d6f210fb3c60c4 (patch)
treeb260961f9bb0918666f5ccb2fab4b71d022e6e58
parent47f716f8d921fff48265ce07cc0f4c541627f81f (diff)
downloademacs-b7e859fee36e344d9776d4f133d6f210fb3c60c4.tar.gz
(Fcompose_region_internal, Fcompose_string_internal): Fix typo and spacing.
-rw-r--r--src/composite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/composite.c b/src/composite.c
index fe0d1e1e58a..b10d2a9de94 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -721,7 +721,7 @@ DEFUN ("compose-region-internal", Fcompose_region_internal,
\n\
Compose text in the region between START and END.\n\
Optional 3rd and 4th arguments are COMPONENTS and MODIFICATION-FUNC\n\
-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,
\n\
Compose text between indices START and END of STRING.\n\
Optional 4th and 5th arguments are COMPONENTS and MODIFICATION-FUNC\n\
-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;
{