about summary refs log tree commit diff
path: root/Doc/Zsh/builtins.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-12-07 09:44:06 +0000
committerPeter Stephenson <pws@zsh.org>2015-12-07 09:44:06 +0000
commitdfd761058e5b187c6ec9e8695cd93d64799ccd69 (patch)
treebc12515dbb2c523ce11cd7aca593a3c1dc33082f /Doc/Zsh/builtins.yo
parent87670fb011b638e5bde744a33a047305d17d95c2 (diff)
downloadzsh-dfd761058e5b187c6ec9e8695cd93d64799ccd69.tar.gz
zsh-dfd761058e5b187c6ec9e8695cd93d64799ccd69.tar.xz
zsh-dfd761058e5b187c6ec9e8695cd93d64799ccd69.zip
37310: effect of disabling typeset reserved word
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r--Doc/Zsh/builtins.yo5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 49806e4d8..120ec8260 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -1812,7 +1812,10 @@ this means.
 Note that each interface to any of the commands my be disabled
 separately.  For example, `tt(disable -r typeset)' disables the reserved
 word interface to tt(typeset), exposing the builtin interface, while
-`tt(disable typeset)' disables the builtin.
+`tt(disable typeset)' disables the builtin.  Note that disabling the
+reserved word interface for tt(typeset) may cause problems with the
+output of `tt(typeset -p)', which assumes the reserved word interface is
+available in order to restore array and associative array values.
 
 If the shell option tt(TYPESET_SILENT) is not set, for each remaining
 var(name) that refers to a parameter that is already set, the name and