From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1023 invoked by alias); 14 Jun 2014 14:05:35 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32779 Received: (qmail 22322 invoked from network); 14 Jun 2014 14:05:31 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-Biglobe-Sender: From: Jun T To: zsh-workers@zsh.org Cc: Jun T Subject: [PATCH] fix a typo in options.yo Date: Sat, 14 Jun 2014 23:05:04 +0900 Message-Id: <1402754704-17196-1-git-send-email-takimoto-j@kba.biglobe.ne.jp> X-Mailer: git-send-email 1.8.5.2 (Apple Git-48) X-Biglobe-Spnum: 54341 --- Doc/Zsh/options.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 9cb385e..d47fd10 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 -- 1.8.5.2 (Apple Git-48)