about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-04-01 09:22:27 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-04-01 09:22:27 +0000
commitabb9900ac7db42f7a48a6358f41336a05ee3d857 (patch)
treef7a6068ecfe08be46eb31e7aafabc95965915a51
parente7f801f32c0673ea4c9380135f6d0667df06e99d (diff)
downloadzsh-abb9900ac7db42f7a48a6358f41336a05ee3d857.tar.gz
zsh-abb9900ac7db42f7a48a6358f41336a05ee3d857.tar.xz
zsh-abb9900ac7db42f7a48a6358f41336a05ee3d857.zip
unposted: other minor typos
-rw-r--r--ChangeLog3
-rw-r--r--Doc/Zsh/compsys.yo2
-rw-r--r--Doc/Zsh/contrib.yo4
3 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b484f89c..5d8da7055 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-04-01  Peter Stephenson  <pws@csr.com>
 
+	* unposet: Doc/Zsh/compsys.yo, Doc/Zsh/contrib.yo: need tt(--) ->
+	tt(-)tt(-).   Plus other minor typos.
+
 	* unposted: (spotted by Ismail): Doc/Zsh/compsys.yo: typo.
 
 2008-03-31  Peter Stephenson  <pws@csr.com>
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index c268071d9..e323312b7 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1229,7 +1229,7 @@ and completion of these is far more common than completing options.
 Hence unless the value of this style is true options will not be
 completed, even after an initial tt(-).  If it is true, options will
 be completed after an initial tt(-) unless there is a preceeding
-tt(--) on the command line.
+tt(-)tt(-) on the command line.
 )
 kindex(completer, completion style)
 item(tt(completer))(
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 0def50d6f..e7ce978f6 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -838,7 +838,7 @@ sitem(tt(SE))(Section)
 sitem(tt(Co))(Copyright)
 sitem(tt(-a))(Spanish feminine ordinal indicator)
 sitem(tt(<<))(Left guillemet)
-sitem(tt(--))(Soft hyphen)
+sitem(tt(-)tt(-))(Soft hyphen)
 sitem(tt(Rg))(Registered trade mark)
 sitem(tt(PI))(Pilcrow (paragraph))
 sitem(tt(-o))(Spanish masculine ordinal indicator)
@@ -894,7 +894,7 @@ sitem(tt(cS), tt(cH), tt(cD), tt(cC))(Card suits: spades, hearts, diamonds,
 clubs)
 sitem(tt(Md), tt(M8), tt(M2), tt(Mb), tt(Mx), tt(MX))(Musical notation:
 crotchet (quarter note), quaver (eighth note), semiquavers (sixteenth
-notes), flag sign, natural signa, sharp sign)
+notes), flag sign, natural sign, sharp sign)
 sitem(tt(Fm), tt(Ml))(Female, male)
 endsitem()
 )