diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-14 22:08:41 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-14 22:08:41 +0000 |
commit | 26cc1ad1dfb9ba4ffeaf6079762439822ab828ef (patch) | |
tree | e4d123b1021706e85bf04922cc54c24959daa15a /Doc/Zsh/zle.yo | |
parent | a6ed22c58590da9faaaf9d9a46cf1050c2bb74d1 (diff) | |
download | zsh-26cc1ad1dfb9ba4ffeaf6079762439822ab828ef.tar.gz zsh-26cc1ad1dfb9ba4ffeaf6079762439822ab828ef.tar.xz zsh-26cc1ad1dfb9ba4ffeaf6079762439822ab828ef.zip |
doc changes; typo in _jobs; integer builtin understands `-i base'
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r-- | Doc/Zsh/zle.yo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 49c8f8e88..13f25cfb4 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -189,8 +189,9 @@ The current history number. ) vindex(PENDING) item(tt(PENDING) (integer))( -The number of bytes pending for input. On systems where the shell is -not able to get this information, this parameter will always have a +The number of bytes pending for input, i.e. the number of bytes which have +already been typed and can immediately be read. On systems where the shell +is not able to get this information, this parameter will always have a value of zero. ) enditem() |