diff options
| author | Bart Schaefer <schaefer@ipost.com> | 2021-04-13 21:30:06 -0700 |
|---|---|---|
| committer | Bart Schaefer <schaefer@ipost.com> | 2021-04-13 21:30:06 -0700 |
| commit | f85cb4504561df0b486e3e140d4c0434516a0f7f (patch) | |
| tree | 076e1c7ff63c0b59573f5f993e50b63791b7f651 /Doc/Zsh/options.yo | |
| parent | unposted (cf. 48469): document oddness of ${emptystr[(i)]}. (diff) | |
| parent | 48487 (amended): Failure test for math evaluation oddity (diff) | |
| download | zsh-declarednull.tar zsh-declarednull.tar.gz zsh-declarednull.tar.bz2 zsh-declarednull.tar.lz zsh-declarednull.tar.xz zsh-declarednull.tar.zst zsh-declarednull.zip | |
Merge branch 'typesettounset' into declarednulldeclarednull
Adds 'setopt typeset_to_unset', documentation, failure tests for POSIX incompatibilies, etc.
Diffstat (limited to 'Doc/Zsh/options.yo')
| -rw-r--r-- | Doc/Zsh/options.yo | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 714e8a1a1..6e862fae8 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1942,6 +1942,16 @@ 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(TYPESET_TO_UNSET) +pindex(NO_TYPESET_TO_UNSET) +pindex(TYPESETTOUNSET) +pindex(NOTYPESETTOUNSET) +item(tt(TYPESET_TO_UNSET) <K> <S>)( +When declaring a new parameter with any of the `tt(typeset)' family of +related commands, the parameter remains unset unless and until a +value is explicity assigned to it, either in the `tt(typeset)' command +itself or as a later assignment statement. +) pindex(VERBOSE) pindex(NO_VERBOSE) pindex(NOVERBOSE) |
