diff options
author | Frank Terbeck <bewater@users.sourceforge.net> | 2010-06-17 12:23:26 +0000 |
---|---|---|
committer | Frank Terbeck <bewater@users.sourceforge.net> | 2010-06-17 12:23:26 +0000 |
commit | 9611513a89e32886382269cc600b82b00aed39d3 (patch) | |
tree | b00ed53f2c0d38f8e6baf403e4eb6d30172d561e /Doc/Zsh | |
parent | ce22f32bcbcc8df49a67cc22ea18d3691a701332 (diff) | |
download | zsh-9611513a89e32886382269cc600b82b00aed39d3.tar.gz zsh-9611513a89e32886382269cc600b82b00aed39d3.tar.xz zsh-9611513a89e32886382269cc600b82b00aed39d3.zip |
Holger Weiss: Doc/Zsh/compsys.yo: Fix a typo.
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
1 files changed, 1 insertions, 1 deletions
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 |