Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH, zsh-3.0-pre5] minor zsh.texi patch



>> 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