1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-05 23:11:11 +02:00

unposted: Fix typo in Doc/Zsh/expn.yo

This commit is contained in:
Axel Beckert 2014-08-10 13:27:41 +02:00
parent 349fe907cb
commit 1973bbd125
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2014-08-10 Axel Beckert <abe@deuxchevaux.org>
* unposted: Doc/Zsh/expn.yo: Fix typo.
2014-08-08 Barton E. Schaefer <schaefer@zsh.org>
* unposted: NEWS, Doc/Zsh/prompt.yo: mention 32971 in NEWS,

View file

@ -2001,7 +2001,7 @@ except that recursive directory searching is not supported.)
)
item(tt(PLUS()LPAR())...tt(RPAR()))(
Match at least one occurrence. (Like `tt(LPAR())...tt(RPAR()##)',
except that recursive directory searching is not supported..)
except that recursive directory searching is not supported.)
)
item(tt(?LPAR())...tt(RPAR()))(
Match zero or one occurrence. (Like `tt(LPAR()|)...tt(RPAR())'.)