about summary refs log tree commit diff
path: root/Doc/Zsh/options.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-06-22 16:37:59 +0100
committerPeter Stephenson <pws@zsh.org>2015-06-22 16:37:59 +0100
commit5c513aa33f136aebfdb1cb4f25ea18b7cc750f22 (patch)
tree55f0367e11f2cd97f7786ff4192015d321d7841d /Doc/Zsh/options.yo
parentdcb000e53a04c608cbfea4c6b7977d2f6b8fe823 (diff)
downloadzsh-5c513aa33f136aebfdb1cb4f25ea18b7cc750f22.tar.gz
zsh-5c513aa33f136aebfdb1cb4f25ea18b7cc750f22.tar.xz
zsh-5c513aa33f136aebfdb1cb4f25ea18b7cc750f22.zip
Documentation for new typeset parsing.
Don't need KSH_TYPESET even in emulation.

integer and float should be parsed the same way in case of
arguments that will be evaluated as expressions.
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r--Doc/Zsh/options.yo8
1 files changed, 7 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index db9b18b8c..b4a5e105f 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -1928,7 +1928,13 @@ pindex(KSHTYPESET)
 pindex(NOKSHTYPESET)
 cindex(argument splitting, in typeset etc.)
 cindex(ksh, argument splitting in typeset)
-item(tt(KSH_TYPESET) <K>)(
+item(tt(KSH_TYPESET))(
+This option is now obsolete: a better appropximation to the behaviour of
+other shells is obtained with the reserved word interface to
+tt(declare), tt(export), tt(float), tt(integer), tt(local), tt(readonly)
+and tt(typeset).  Note that the option is only applied when the reserved
+word interface is em(not) in use.
+
 Alters the way arguments to the tt(typeset) family of commands, including
 tt(declare), tt(export), tt(float), tt(integer), tt(local) and
 tt(readonly), are processed.  Without this option, zsh will perform normal