1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2026-01-06 09:41:07 +01:00

32779: fix a typo in options.yo

This commit is contained in:
Jun T 2014-06-14 23:05:04 +09:00 committed by Frank Terbeck
parent b5198b10a1
commit 522908c7ff
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2014-06-14 Jun T <takimoto-j@kba.biglobe.ne.jp>
* 32779: Doc/Zsh/options.yo: fix a typo in options.yo
2014-06-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 32768, with further modifications: Doc/Zsh/options.yo,

View file

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