diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-03 17:35:29 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-03 17:35:29 +0000 |
commit | 309708418b4a22791e03577b5dcd11c3a07a9886 (patch) | |
tree | a58a25646adf32014951284eb6cb1af7839c55f9 /Doc | |
parent | 8e25f4449f75fa46ed130a8dc0a20b3744eb61eb (diff) | |
download | zsh-309708418b4a22791e03577b5dcd11c3a07a9886.tar.gz zsh-309708418b4a22791e03577b5dcd11c3a07a9886.tar.xz zsh-309708418b4a22791e03577b5dcd11c3a07a9886.zip |
26676: redirect POSIX_ALIASES readers to reserved word doc
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/options.yo | 28 |
1 files changed, 3 insertions, 25 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 70038c8c6..d1e1eab52 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1715,31 +1715,9 @@ pindex(NOPOSIXALIASES) item(tt(POSIX_ALIASES) <K> <S>)( When this option is set, reserved words are not candidates for alias expansion: it is still possible to declare any of them as an alias, -but the alias will never be expanded. Reserved words are -tt(!), -tt([[), -tt({), -tt(}), -tt(case), -tt(coproc), -tt(do), -tt(done), -tt(elif), -tt(else), -tt(end), -tt(esac), -tt(fi), -tt(for), -tt(foreach), -tt(function), -tt(if), -tt(nocorrect), -tt(repeat), -tt(select), -tt(then), -tt(time), -tt(until), -tt(while). +but the alias will never be expanded. Reserved words are described in +ifnzman(noderef(Reserved Words))\ +ifzman(the section RESERVED WORDS in zmanref(zshmisc)). Alias expansion takes place while text is being read; hence when this option is set it does not take effect until the end of any function or |