summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Sommer <joerg@alea.gnuu.de>2017-05-20 12:33:34 +0200
committerPeter Stephenson <pws@zsh.org>2017-05-22 10:10:07 +0100
commitf667cfcc687197db55f47018f9778235341bbd88 (patch)
treee984b072b77d2564e69bc2e1a3121823b2b1b54e
parent14b5fae69ebde623105b18adaa6079d2a3e6dbd5 (diff)
downloadzsh-f667cfcc687197db55f47018f9778235341bbd88.tar.gz
zsh-f667cfcc687197db55f47018f9778235341bbd88.zip
41128: typo in compsys documentation
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/compsys.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b050093a3..dde7f4c2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-22 Peter Stephenson <p.stephenson@samsung.com>
+
+ * Jörg Sommer: 41128: Doc/Zsh/compsys.yo: typo.
+
2017-05-19 Peter Stephenson <p.stephenson@samsung.com>
* users/22707: Doc/Zsh/compsys.yo: Document use of
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index ec1809fa1..47b07e85e 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2203,7 +2203,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)'.