]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix typo in docs.
authorEric Blake <eblake@redhat.com>
Tue, 2 Mar 2010 19:15:56 +0000 (12:15 -0700)
committerEric Blake <eblake@redhat.com>
Tue, 2 Mar 2010 21:31:09 +0000 (14:31 -0700)
* doc/autoconf.texi (Conditional constructs) <m4_ifblank>: Fix
typo.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
doc/autoconf.texi

index 46022de1b6bbee442e7d67b5860a3ee351fa9a7e..13fe16c2c124c0e81ec04adf5a4ef9e590142c4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-03-02  Eric Blake  <eblake@redhat.com>
+
+       Fix typo in docs.
+       * doc/autoconf.texi (Conditional constructs) <m4_ifblank>: Fix
+       typo.
+
 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Fix AS_ERROR for FreeBSD sh.
index 04c8e91fb3d78e080be9514def78a59c65045ab6..f60aa5c26b490c01d2bc3fb960233e065040539a 100644 (file)
@@ -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