From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id IAA01843 for ; Thu, 1 Aug 1996 08:35:53 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id SAA01043; Wed, 31 Jul 1996 18:30:48 -0400 (EDT) Resent-Date: Wed, 31 Jul 1996 18:30:48 -0400 (EDT) Sender: mdb@cdc.noaa.gov To: Clive Messer Cc: ZSH mailing list Subject: [PATCH, zsh-3.0-pre5] minor zsh.texi patch References: <199607312005.WAA25173@bolyai.cs.elte.hu> Organization: CIRES, University of Colorado X-Attribution: mb From: Mark Borges Date: 31 Jul 1996 16:29:40 -0600 In-Reply-To: Zoltan Hidvegi's message of Wed, 31 Jul 1996 22:05:09 +0200 (MET DST) Message-ID: X-Mailer: Gnus v5.2.37/XEmacs 19.14 Resent-Message-ID: <"fUsy62.0.AG.Nwz_n"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1854 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >> On Wed, 31 Jul 1996 22:05:09 +0200 (MET DST), >> Zoltan Hidvegi(ZH) wrote: ZH> The texinfo documentation is finally really up-to-date. I came across this and thought I'd send it along before I forget about it, as I don't have time right now to read through it all. *** zsh.texi.orig Wed Jul 31 12:31:22 1996 --- zsh.texi Wed Jul 31 16:24:57 1996 *************** *** 948,955 **** @item $@{@var{name}:-@var{word}@} If @var{name} is set and is non-null then substitute its value; ! otherwise substitute @var{word}; the value of the parameter is then ! substituted. @item $@{@var{name}:=@var{word}@} If @var{name} is unset or is null then set it to @var{word}; the value --- 948,954 ---- @item $@{@var{name}:-@var{word}@} If @var{name} is set and is non-null then substitute its value; ! otherwise substitute @var{word}. @item $@{@var{name}:=@var{word}@} If @var{name} is unset or is null then set it to @var{word}; the value -- -mb-