From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17354 invoked by alias); 27 Jan 2015 20:08:08 -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: 34419 Received: (qmail 21865 invoked from network); 27 Jan 2015 20:07:53 -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, SPF_HELO_PASS autolearn=ham version=3.3.2 From: Frank Terbeck To: zsh-workers@zsh.org Subject: [PATCH] vcs_info documentation: Fix wording Date: Tue, 27 Jan 2015 21:08:02 +0100 Message-Id: <1422389282-17379-1-git-send-email-ft@bewatermyfriend.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <20150127100334.GB1966@tarsus.local2> References: <20150127100334.GB1966@tarsus.local2> X-Df-Sender: NDMwNDQ0 As suggested by Daniel Shahaf. --- Doc/Zsh/contrib.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 120efa2..4f6c437 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -1422,8 +1422,8 @@ This hook is used when tt(vcs_info)'s quilt functionality is active in "addon" mode (quilt used on top of a real version control system). It is activated right before any quilt specific action is taken. -Setting the `tt(ret)' variable in this hook to a non-zero value avoids the -quilt specific to be run at all. +Setting the `tt(ret)' variable in this hook to a non-zero value avoids any +quilt specific actions from being run at all. ) item(tt(set-patch-format))( This hook is used to control some of the possible expansions in -- 2.1.4