User: stephent
  Date: 05/12/23 12:33:40
  Modified:    xemacs   ChangeLog configure.ac
Log:
Three typos fixed.
Revision  Changes    Path
1.485     +4 -0      XEmacs/xemacs/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/ChangeLog,v
retrieving revision 1.484
retrieving revision 1.485
diff -u -p -r1.484 -r1.485
--- ChangeLog	2005/12/22 17:10:07	1.484
+++ ChangeLog	2005/12/23 11:33:38	1.485
@@ -1,3 +1,7 @@
+2005-12-22  Stephen J. Turnbull  <stephen(a)xemacs.org>
+
+	* configure.ac: Three typos fixed.
+
 2005-12-13 Mike Sperber <mike(a)xemacs.org>
 
 	* configure.ac: Move the checks for the Xft-associated
1.30      +3 -3      XEmacs/xemacs/configure.ac
Index: configure.ac
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/configure.ac,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- configure.ac	2005/12/22 17:10:07	1.29
+++ configure.ac	2005/12/23 11:33:39	1.30
@@ -284,7 +284,7 @@ Optional Features:
 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 @@ dnl
 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 @@ define([XE_EXPAND_COMPLEX_OPTION],
 [_[$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
    
    
    
 
                    
                    
                        
                        Show replies by date