Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH, zsh-3.0-pre5] minor zsh.texi patch
- X-seq: zsh-workers 1854
- From: Mark Borges <mdb@xxxxxxxxxxxx>
- To: Clive Messer <clive@xxxxxxxxxxxxxxxx>
- Subject: [PATCH, zsh-3.0-pre5] minor zsh.texi patch
- Date: 31 Jul 1996 16:29:40 -0600
- Cc: ZSH mailing list <zsh-workers@xxxxxxxxxxxxxxx>
- In-reply-to: Zoltan Hidvegi's message of Wed, 31 Jul 1996 22:05:09 +0200 (MET DST)
- Organization: CIRES, University of Colorado
- References: <199607312005.WAA25173@xxxxxxxxxxxxxxxxx>
- Sender: mdb@xxxxxxxxxxxx
>> 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-
Messages sorted by:
Reverse Date,
Date,
Thread,
Author