diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-09-18 09:50:49 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-09-18 09:50:49 +0000 |
commit | 2f7f3307fa29a1af462f516805530ddc5ea95c2a (patch) | |
tree | 732a4c7dde39fe8c07685b3bd866f4d2cdfb2a60 /Doc/Zsh/builtins.yo | |
parent | 0e007c30aa8d7bb19e309036271097822b4f092b (diff) | |
download | zsh-2f7f3307fa29a1af462f516805530ddc5ea95c2a.tar.gz zsh-2f7f3307fa29a1af462f516805530ddc5ea95c2a.tar.xz zsh-2f7f3307fa29a1af462f516805530ddc5ea95c2a.zip |
Mikael: 27279: doc tweaks
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r-- | Doc/Zsh/builtins.yo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index f80ecb6e1..b93257058 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1195,6 +1195,7 @@ block on the second character. Use two instances of `tt(read -t -k)' if this is not what is wanted. ) enditem() + If the first argument contains a `tt(?)', the remainder of this word is used as a var(prompt) on standard error when the shell is interactive. |