From 19817c34d18fc850cff54971b98bc9aa1809d1b8 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 20 Jun 2002 16:39:47 +0000 Subject: 17334: TYPESET_SILENT shell option and typeset -p option --- Doc/Zsh/options.yo | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Doc/Zsh/options.yo') diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index af07b7f5f..27f6b7e91 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1161,6 +1161,15 @@ item(tt(TRANSIENT_RPROMPT))( Remove any right prompt from display when accepting a command line. This may be useful with terminals with other cut/paste methods. ) +pindex(TYPESET_SILENT) +item(tt(TYPESET_SILENT))( +If this is unset, executing any of the `tt(typeset)' family of +commands with no options and a list of parameters that have no values +to be assigned but already exist will display the value of the parameter. +If the option is set, they will only be shown when parameters are selected +with the `tt(-m)' option. The option `tt(-p)' is available whether or not +the option is set. +) pindex(UNSET) cindex(parameters, substituting unset) cindex(unset parameters, substituting) -- cgit 1.4.1