From: Akim Demaille Date: Thu, 18 Apr 2002 10:12:42 +0000 (+0000) Subject: Typo. X-Git-Tag: AUTOCONF-2.53a~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e44c11d5154334f68df278b09bf5c21ace0e883;p=thirdparty%2Fautoconf.git Typo. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 2dc82cd18..e2aa7427a 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -8488,7 +8488,7 @@ aliases'': let it convert @samp{$@{1+"$@@"@}} into @samp{"$@@"} by itself: @example -test -n "$@{ZSH_VERSION+set@}" = set && alias -g '$@{1+"$@@"@}'='"$@@"' +test "$@{ZSH_VERSION+set@}" = set && alias -g '$@{1+"$@@"@}'='"$@@"' @end example