summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/contrib.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e383ab9b6..84f1b9856 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-22 Daniel Shahaf <d.s@daniel.shahaf.name>
+
+ * unposted: Doc/Zsh/contrib.yo: vcs_info docs: Typo fix.
+
2015-10-21 Barton E. Schaefer <schaefer@zsh.org>
* unposted: Src/math.c: strdup should be ztrdup
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index d367d8b0f..cb68952a4 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -1332,7 +1332,7 @@ otherwise would be something like `svn' or `cvs') will be set to
identifier is the second element. tt(vcs_info) will have filled in a proper
value for the "repository's" root directory and the string containing the
information about quilt's state will be available as the `misc' replacement
-(and tt(%Q) for compatibility with `addon' mode.
+(and tt(%Q) for compatibility with `addon' mode).
What is left to discuss is how `standalone' mode is detected. The detection
itself is a series of searches for directories. You can have this detection