From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1092 invoked by alias); 31 Mar 2015 03:39:13 -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: 34822 Received: (qmail 27225 invoked from network); 31 Mar 2015 03:39:12 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.2 Date: Tue, 31 Mar 2015 11:28:35 +0800 From: Han Pingtian To: zsh-workers@zsh.org Subject: [PATCH] fix a typo in doc of globsubst. Message-ID: <20150331032834.GA19054@localhost.localdomain> Mail-Followup-To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15033103-0029-0000-0000-000008D490FD Signed-off-by: Han Pingtian --- 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 359ecb9..19920ca 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -540,7 +540,7 @@ pindex(GLOBSUBST) pindex(NOGLOBSUBST) item(tt(GLOB_SUBST) )( Treat any characters resulting from parameter expansion as being -eligible for file expansion and filename generation, and any +eligible for filename expansion and filename generation, and any characters resulting from command substitution as being eligible for filename generation. Braces (and commas in between) do not become eligible for expansion. -- 1.9.3