summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2014-12-08 17:00:35 +0100
committerMikael Magnusson <mikachu@gmail.com>2014-12-08 17:00:35 +0100
commitb2d45e46fa2119e4cd30b9961d002a4a561a72ed (patch)
tree762db3d640efb72f71959a84de9f6fe8be434dd6 /Doc
parent33931: reset errflag before precmd() (diff)
downloadzsh-b2d45e46fa2119e4cd30b9961d002a4a561a72ed.tar
zsh-b2d45e46fa2119e4cd30b9961d002a4a561a72ed.tar.gz
zsh-b2d45e46fa2119e4cd30b9961d002a4a561a72ed.tar.bz2
zsh-b2d45e46fa2119e4cd30b9961d002a4a561a72ed.tar.lz
zsh-b2d45e46fa2119e4cd30b9961d002a4a561a72ed.tar.xz
zsh-b2d45e46fa2119e4cd30b9961d002a4a561a72ed.tar.zst
zsh-b2d45e46fa2119e4cd30b9961d002a4a561a72ed.zip
Fix typos for TRY_BLOCK_INTERRUPT
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/params.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index a91d0e307..391a5fb0a 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -754,7 +754,7 @@ It may be reset, clearing the error condition. See
ifzman(em(Complex Commands) in zmanref(zshmisc))\
ifnzman(noderef(Complex Commands))
)
-vinde(TRY_BLOCK_INTERRUPT)
+vindex(TRY_BLOCK_INTERRUPT)
item(tt(TRY_BLOCK_INTERRUPT) <S>)(
This variable works in a similar way to tt(TRY_BLOCK_ERROR), but
represents the status of an interrupt from the signal SIGINT, which