about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2017-03-18 00:54:56 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-03-18 00:55:27 +0000
commitf3ae40f8aa81f40b665e4a4cb69b48ac25cab38e (patch)
tree5c8ebb14fa60ccdc677705cb8359a132da78f2d2
parent072e75f9b8a89711a99fb3c6ebd635ad7c23f37b (diff)
downloadzsh-f3ae40f8aa81f40b665e4a4cb69b48ac25cab38e.tar.gz
zsh-f3ae40f8aa81f40b665e4a4cb69b48ac25cab38e.tar.xz
zsh-f3ae40f8aa81f40b665e4a4cb69b48ac25cab38e.zip
unposted: vcs_info quilt: Fix documentation markup typo.
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/contrib.yo2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e445e9973..8fd5df6e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-18  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* unposted: Doc/Zsh/contrib.yo: vcs_info quilt: Fix documentation
+	markup typo.
+
 2017-03-16  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 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