Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] doc/compsys: Small fix in 'menu' description
- X-seq: zsh-workers 41128
- From: Jörg Sommer <joerg@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] doc/compsys: Small fix in 'menu' description
- Date: Sat, 20 May 2017 12:33:34 +0200
- Cc: Jörg Sommer <joerg@xxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
---
Doc/Zsh/compsys.yo | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 2a112ed15..3f63ec149 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2196,7 +2196,7 @@ matches does not fit on the screen by using the value
`tt(select=long)'. To start menu selection even if the current widget
only performs listing, use the value `tt(select=long-list)'.
-To turn on menu completion or menu selection when a there are a certain
+To turn on menu completion or menu selection when there are a certain
number of matches em(or) the list of matches does not fit on the
screen, both of `tt(yes=)' and `tt(select=)' may be given twice, once
with a number and once with `tt(long)' or `tt(long-list)'.
--
2.11.0
Messages sorted by:
Reverse Date,
Date,
Thread,
Author