diff options
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r-- | Doc/Zsh/options.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 9cb385e49..d47fd1088 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1637,7 +1637,7 @@ pindex(LOCALLOOPS) pindex(NOLOCALLOOPS) cindex(break, inside function) cindex(continue, inside function) -cinde(function, scope of break and continue) +cindex(function, scope of break and continue) item(tt(LOCAL_LOOPS))( When this option is not set, the effect of tt(break) and tt(continue) commands may propagate outside function scope, affecting loops in |