From: Paul Eggert Date: Wed, 7 Jan 2004 18:17:28 +0000 (+0000) Subject: Make example a bit shorter in the previous change. X-Git-Tag: AUTOCONF-2.59c~763 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77619982e7877bb798ef4f418cd0fabe49ffd693;p=thirdparty%2Fautoconf.git Make example a bit shorter in the previous change. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index aa38442f5..cdcae67b3 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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