From 1973bbd1257d6b83b5c8f061571b963b22b35ffd Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sun, 10 Aug 2014 13:27:41 +0200 Subject: unposted: Fix typo in Doc/Zsh/expn.yo --- ChangeLog | 4 ++++ Doc/Zsh/expn.yo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a38b0d573..4f50392df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-08-10 Axel Beckert + + * unposted: Doc/Zsh/expn.yo: Fix typo. + 2014-08-08 Barton E. Schaefer * unposted: NEWS, Doc/Zsh/prompt.yo: mention 32971 in NEWS, diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 9bff013f9..d01d804d2 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -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())'.) -- cgit 1.4.1