about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2000-05-08 18:14:46 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2000-05-08 18:14:46 +0000
commite5eb094bf3c031f07f7e9ab152fe63a120dd3821 (patch)
treeea010abafff09ec9e3bede539a132de2ab24ab6d /Doc/Zsh/compsys.yo
parent7eba876bda2b48e6756280cb0fa7d52e3440e2e0 (diff)
downloadzsh-e5eb094bf3c031f07f7e9ab152fe63a120dd3821.tar.gz
zsh-e5eb094bf3c031f07f7e9ab152fe63a120dd3821.tar.xz
zsh-e5eb094bf3c031f07f7e9ab152fe63a120dd3821.zip
minor doc fixes (11268)
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index cdfb681bc..ed7de1411 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1182,7 +1182,7 @@ is set to `true', then none of the words that are already on the line
 will be considered possible completions.
 
 Note that you almost certainly don't want to set this for a general
-context such as `tt(:completion:*)'. This because it would disallow
+context such as `tt(:completion:*)'. This is because it would disallow
 completion of, for example, options multiple times even if the command
 in question accepts the option more than once.
 )