Mercurial > hg > xemacs-beta
diff configure.ac @ 3161:78cf83b934a0
[xemacs-hg @ 2005-12-23 11:33:38 by stephent]
Three typos fixed.
author | stephent |
---|---|
date | Fri, 23 Dec 2005 11:33:39 +0000 |
parents | a61bf7b32988 |
children | 483af4dd065b |
line wrap: on
line diff
--- 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 <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