diff options
| author | Jun T <takimoto-j@kba.biglobe.ne.jp> | 2014-06-14 23:05:04 +0900 |
|---|---|---|
| committer | Frank Terbeck <ft@bewatermyfriend.org> | 2014-06-14 16:14:38 +0200 |
| commit | 522908c7ff612e3279af51fd75ba3de40c3a446f (patch) | |
| tree | 3ddefaee525ee32367cd80c98a8c2c6382ab8822 | |
| parent | 32768 with further modifications: LOCAL_LOOPS option. (diff) | |
| download | zsh-522908c7ff612e3279af51fd75ba3de40c3a446f.tar zsh-522908c7ff612e3279af51fd75ba3de40c3a446f.tar.gz zsh-522908c7ff612e3279af51fd75ba3de40c3a446f.tar.bz2 zsh-522908c7ff612e3279af51fd75ba3de40c3a446f.tar.lz zsh-522908c7ff612e3279af51fd75ba3de40c3a446f.tar.xz zsh-522908c7ff612e3279af51fd75ba3de40c3a446f.tar.zst zsh-522908c7ff612e3279af51fd75ba3de40c3a446f.zip | |
32779: fix a typo in options.yo
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Doc/Zsh/options.yo | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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, 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 |
