]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Make example a bit shorter in the previous change.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Jan 2004 18:17:28 +0000 (18:17 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Jan 2004 18:17:28 +0000 (18:17 +0000)
doc/autoconf.texi

index aa38442f512b3373458bcc830791b5c53f4fb305..cdcae67b30abc438b9968fd9f86bc01f6766010a 100644 (file)
@@ -7559,7 +7559,9 @@ car((foo, bar))
 @result{}(foo, bar)
 car([(foo], [bar)])
 @result{}(foo
-define([a], [b])car(a)
+define([a], [b])
+@result{}
+car(a)
 @result{}b
 car([a])
 @result{}b
@@ -7567,12 +7569,6 @@ car([[a]])
 @result{}a
 car([[[a]]])
 @result{}[a]
-car([])
-@result{}
-car([[]])
-@result{}
-car([[[]]])
-@result{}[]
 @end example
 
 With this in mind, we can explore the cases where macros invoke