From: Eric Blake Date: Tue, 2 Mar 2010 19:15:56 +0000 (-0700) Subject: Fix typo in docs. X-Git-Tag: v2.66~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcd879464e26f38eb7499062a4870ccfc4d59734;p=thirdparty%2Fautoconf.git Fix typo in docs. * doc/autoconf.texi (Conditional constructs) : Fix typo. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 46022de1b..13fe16c2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-03-02 Eric Blake + + Fix typo in docs. + * doc/autoconf.texi (Conditional constructs) : Fix + typo. + 2010-03-02 Ralf Wildenhues Fix AS_ERROR for FreeBSD sh. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 04c8e91fb..f60aa5c26 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -11682,7 +11682,7 @@ variants exist, in order to make it easier to select the correct logical sense when using only two parameters. Note that this is more efficient than the equivalent behavior of: @example -m4_ifval(m4_normalize([@var{cond}]), @var{if-text}, @var{if-cond}) +m4_ifval(m4_normalize([@var{cond}]), @var{if-text}, @var{if-blank}) @end example @end defmac