diff options
author | Peter Stephenson <pws@zsh.org> | 2014-03-20 15:14:20 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2014-03-20 15:14:20 +0000 |
commit | 86873edea9861e1893bd3b48e2a949de6bf6b64f (patch) | |
tree | 4adf953120452ed603888a5bdb89e04eea7e5897 /Doc | |
parent | fd4ac0a8c2c09a02275ee65eaf26f9dccf0de635 (diff) | |
download | zsh-86873edea9861e1893bd3b48e2a949de6bf6b64f.tar.gz zsh-86873edea9861e1893bd3b48e2a949de6bf6b64f.tar.xz zsh-86873edea9861e1893bd3b48e2a949de6bf6b64f.zip |
users/18644: bindkey -s doc should have forward reference.
Indicate there is documentation for the argument strings.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/zle.yo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 127b4c45b..0cca7bca1 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -252,6 +252,9 @@ Bind each var(in-string) to each var(out-string). When var(in-string) is typed, var(out-string) will be pushed back and treated as input to the line editor. When tt(-R) is also used, interpret the var(in-string)s as ranges. + +Note that both var(in-string) and var(out-string) are subject to the same +form of interpretation, as described below. ) item(var(in-string command) ...)( Bind each var(in-string) to each var(command). |