Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] Fix a typo in the zshcompsys(1) manual
- X-seq: zsh-workers 28020
- From: Holger Weiss <holger@xxxxxxxxxxxxxxxx>
- To: Zsh Workers <zsh-workers@xxxxxxx>
- Subject: [PATCH] Fix a typo in the zshcompsys(1) manual
- Date: Wed, 9 Jun 2010 18:58:59 +0200
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: Zsh Workers <zsh-workers@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
---
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 188e02e..053047a 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
--
Holger
Messages sorted by:
Reverse Date,
Date,
Thread,
Author