1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

Holger Weiss: Doc/Zsh/compsys.yo: Fix a typo.

This commit is contained in:
Frank Terbeck 2010-06-17 12:23:26 +00:00
parent ce22f32bcb
commit 9611513a89
2 changed files with 4 additions and 2 deletions

View file

@ -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 $
*****************************************************

View file

@ -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