1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-07-22 08:21:02 +02:00

Fix typos for TRY_BLOCK_INTERRUPT

This commit is contained in:
Mikael Magnusson 2014-12-08 17:00:35 +01:00
parent 0f05b5f05a
commit b2d45e46fa
2 changed files with 2 additions and 2 deletions
Doc/Zsh
Src

View file

@ -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

View file

@ -634,7 +634,7 @@ zlong
try_errflag = -1;
/**
* Corrresponding interrupt error status form `try' block.
* Corresponding interrupt error status form `try' block.
*/
/**/