diff options
author | Clint Adams <clint@users.sourceforge.net> | 2006-01-18 03:37:41 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2006-01-18 03:37:41 +0000 |
commit | d71fbc9c69a3de75fde051b0472041de814730c8 (patch) | |
tree | 8e581fb0bb9ac27e5d6eb4a41ea74fb319ab43c9 /Doc/Zsh/builtins.yo | |
parent | c7ca55dfaee288b6c0299845db2c8409b39a3972 (diff) | |
download | zsh-d71fbc9c69a3de75fde051b0472041de814730c8.tar.gz zsh-d71fbc9c69a3de75fde051b0472041de814730c8.tar.xz zsh-d71fbc9c69a3de75fde051b0472041de814730c8.zip |
22165: change "zshparams" to "zshparam".
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r-- | Doc/Zsh/builtins.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 73c8a8358..b0de7e391 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1393,7 +1393,7 @@ determines how the function is loaded. ) item(tt(-h))( Hide: only useful for special parameters (those marked `<S>' in the table in -ifzman(zmanref(zshparams))\ +ifzman(zmanref(zshparam))\ ifnzman(noderef(Parameters Set By The Shell))\ ), and for local parameters with the same name as a special parameter, though harmless for others. A special parameter with this attribute will |