From f3ae40f8aa81f40b665e4a4cb69b48ac25cab38e Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 18 Mar 2017 00:54:56 +0000 Subject: [PATCH] unposted: vcs_info quilt: Fix documentation markup typo. --- ChangeLog | 5 +++++ Doc/Zsh/contrib.yo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e445e9973..8fd5df6e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-03-18 Daniel Shahaf + + * unposted: Doc/Zsh/contrib.yo: vcs_info quilt: Fix documentation + markup typo. + 2017-03-16 Daniel Shahaf * 40855: Completion/Unix/Command/_dmidecode: Fix _arguments diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index ed33a4a0c..c5a75a707 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -1386,7 +1386,7 @@ a directory that holds quilt's patches needs to be found. That directory is configurable via the `tt(QUILT_PATCHES)' environment variable. If that variable exists its value is used, otherwise the value `tt(patches)' is assumed. The value from tt($QUILT_PATCHES) can be overwritten using the -tt(`quilt-patches') style. (Note: you can use tt(vcs_info) to keep the value +`tt(quilt-patches)' style. (Note: you can use tt(vcs_info) to keep the value of tt($QUILT_PATCHES) correct all the time via the tt(post-quilt) hook). When the directory in question is found, quilt is assumed to be active. To