From dcd879464e26f38eb7499062a4870ccfc4d59734 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 2 Mar 2010 12:15:56 -0700 Subject: [PATCH] Fix typo in docs. * doc/autoconf.texi (Conditional constructs) : Fix typo. Signed-off-by: Eric Blake --- ChangeLog | 6 ++++++ doc/autoconf.texi | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 46022de1..13fe16c2 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 04c8e91f..f60aa5c2 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 -- 2.47.2