about summary refs log tree commit diff
path: root/Doc/Zsh/builtins.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-09-20 09:22:34 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-09-20 09:22:34 +0000
commit2bfad02a94ca607d918ea871147680dbeff0999c (patch)
treea34147b24c87e9144029b7b02fc70787a0eafb93 /Doc/Zsh/builtins.yo
parent1554b8105322defdb7df5580d84a40490597711f (diff)
downloadzsh-2bfad02a94ca607d918ea871147680dbeff0999c.tar.gz
zsh-2bfad02a94ca607d918ea871147680dbeff0999c.tar.xz
zsh-2bfad02a94ca607d918ea871147680dbeff0999c.zip
22742: parameter padding uses string lengths unless (m) flag set
22743: restrict sh "- [args]" -> "-xv [-- args]" hack to sh mode
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r--Doc/Zsh/builtins.yo4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index d8892cd5c..820888ac3 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -1160,6 +1160,10 @@ positional parameters will be unset.
 If no arguments and no `tt(-)tt(-)' are given, then the names and values of
 all parameters are printed on the standard output.  If the only argument is
 `tt(PLUS())', the names of all parameters are printed.
+
+For historical reasons, `tt(set -)' is treated as `tt(set +xv)'
+and `tt(set -) var(args)' as `tt(set +xv --) var(args)' when in
+any other emulation mode than zsh's native mode.
 )
 module(setcap)(zsh/cap)
 findex(setopt)