diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-06 08:35:54 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-06 08:35:54 +0000 |
commit | 4900804b615ce659b2b1c82644fc5f2240345668 (patch) | |
tree | 5e4f4e2c9d52474042a89a34d24ac7b588c73038 /Doc/Zsh/expn.yo | |
parent | 0d0a134822e10de5946bb34720c8c0ca0518207c (diff) | |
download | zsh-4900804b615ce659b2b1c82644fc5f2240345668.tar.gz zsh-4900804b615ce659b2b1c82644fc5f2240345668.tar.xz zsh-4900804b615ce659b2b1c82644fc5f2240345668.zip |
make (e) flag be silent unless (X) is given, too (11768)
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r-- | Doc/Zsh/expn.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 431bfee94..bb0541800 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -643,7 +643,7 @@ setting of the tt(PROMPT_PERCENT), tt(PROMPT_SUBST) and tt(PROMPT_BANG) options. ) item(tt(X))( -With this flag parsing errors occuring with the tt(Q) flag or the +With this flag parsing errors occuring with the tt(Q) and tt(e) flags or the pattern matching forms such as `tt(${)var(name)tt(#)var(pattern)tt(})' are reported. Without the flag they are silently ignored. ) |