APPROVE COMMIT 21.5
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/ChangeLog,v
retrieving revision 1.484
diff -u -U0 -r1.484 ChangeLog
--- ChangeLog 22 Dec 2005 17:10:07 -0000 1.484
+++ ChangeLog 23 Dec 2005 11:30:33 -0000
@@ -0,0 +1,4 @@
+2005-12-22 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * configure.ac: Three typos fixed.
+
Index: configure.ac
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/configure.ac,v
retrieving revision 1.29
diff -u -r1.29 configure.ac
--- configure.ac 22 Dec 2005 17:10:07 -0000 1.29
+++ configure.ac 23 Dec 2005 11:30:40 -0000
@@ -284,7 +284,7 @@
dnl NOTE: The next eol adds a blank line before the heading.
m4_divert_once([HELP_ENABLE], [[
$1]])dnl
-dnl Add an underscpne
+dnl Add an underscore
dnl NOTE: The next eol adds a blank line after the underscore.
m4_divert_text([HELP_ENABLE], patsubst([$1], [.], [-])
)])dnl
@@ -329,7 +329,7 @@
define([XE_KEYWORD],
[m4_append([XE_KEYWORD_LIST],[$1],[ ])dnl
dnl Separate with a ':' instead of a ',' (see the parsing code above) to
avoid
-dnl confusion with marco parameter lists.
+dnl confusion with macro parameter lists.
m4_append([XE_KEYWORD_VALUES],[\`$1'],[:])dnl
])dnl
dnl
@@ -371,7 +371,7 @@
[_[$1]_[$2]_default=[$3]
m4_append([XE_COMPONENT_LIST],[$2],[ ])dnl
dnl Separate with a ':' instead of a ',' (see <prefix>_default
below) to avoid
-dnl confusion with marco parameter lists.
+dnl confusion with macro parameter lists.
m4_append([XE_COMPONENT_DEFAULT],[m4_if([$3],no,no)[$2]],[:])dnl
])dnl
dnl
--
School of Systems and Information Engineering
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.