summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Terbeck <bewater@users.sourceforge.net>2010-06-17 12:23:26 +0000
committerFrank Terbeck <bewater@users.sourceforge.net>2010-06-17 12:23:26 +0000
commit9611513a89e32886382269cc600b82b00aed39d3 (patch)
treeb00ed53f2c0d38f8e6baf403e4eb6d30172d561e
parentce22f32bcbcc8df49a67cc22ea18d3691a701332 (diff)
downloadzsh-9611513a89e32886382269cc600b82b00aed39d3.tar.gz
zsh-9611513a89e32886382269cc600b82b00aed39d3.zip
Holger Weiss: Doc/Zsh/compsys.yo: Fix a typo.
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/compsys.yo2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d365e4472..8368579e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* Holger Weiss: 28016, 28017, 28018, 28019:
Completion/Unix/Command/_git: various fixes and enhancements.
+ * Holger Weiss: 28020: Doc/Zsh/compsys.yo: Fix a typo.
+
2010-06-16 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 28042: Doc/Zsh/contrib.yo, Functions/Zle/.distfiles,
@@ -13307,5 +13309,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5007 $
+* $Revision: 1.5008 $
*****************************************************
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 188e02e33..053047ab6 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1780,7 +1780,7 @@ of the cursor. If it is set to `false', completion will be done even there.
The value may also contain the substrings `tt(pending)' or
`tt(pending=)var(val)'. In this case, the typed character will be
-inserted instead of staring completion when there is unprocessed input
+inserted instead of starting completion when there is unprocessed input
pending. If a var(val) is given, completion will not be done if there
are at least that many characters of unprocessed input. This is often
useful when pasting characters into a terminal. Note