# HG changeset patch # User stephent # Date 1135337619 0 # Node ID 78cf83b934a07fbff9ce42a114273bf76d5281cd # Parent 7806dcd19859dc8d48d7f91a379e2bc442f3468b [xemacs-hg @ 2005-12-23 11:33:38 by stephent] Three typos fixed. diff -r 7806dcd19859 -r 78cf83b934a0 ChangeLog --- a/ChangeLog Fri Dec 23 07:24:13 2005 +0000 +++ b/ChangeLog Fri Dec 23 11:33:39 2005 +0000 @@ -1,3 +1,7 @@ +2005-12-22 Stephen J. Turnbull + + * configure.ac: Three typos fixed. + 2005-12-13 Mike Sperber * configure.ac: Move the checks for the Xft-associated diff -r 7806dcd19859 -r 78cf83b934a0 configure.ac --- a/configure.ac Fri Dec 23 07:24:13 2005 +0000 +++ b/configure.ac Fri Dec 23 11:33:39 2005 +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 _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