diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-01 08:33:23 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-01 08:33:23 +0000 |
commit | e7f801f32c0673ea4c9380135f6d0667df06e99d (patch) | |
tree | 5b75c33e77defa79ef27f3b12966802b37879ed7 | |
parent | 1b3cb68d05c14df55fff23f8d355f46fc4056c68 (diff) | |
download | zsh-e7f801f32c0673ea4c9380135f6d0667df06e99d.tar.gz zsh-e7f801f32c0673ea4c9380135f6d0667df06e99d.tar.xz zsh-e7f801f32c0673ea4c9380135f6d0667df06e99d.zip |
unposted: spotted by Ismail: typo
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 3aeead35d..3b484f89c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-01 Peter Stephenson <pws@csr.com> + + * unposted: (spotted by Ismail): Doc/Zsh/compsys.yo: typo. + 2008-03-31 Peter Stephenson <pws@csr.com> * unposted: README, Config/version.mk, Etc/.distfiles, Etc/FAQ.yo, diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 69cef33cd..c268071d9 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1222,7 +1222,7 @@ line is not the name of an alias, matching alias names will be completed. ) kindex(complete-options, completion style) -time(tt(complete-options))( +item(tt(complete-options))( This is used by the completer for tt(cd), tt(chdir) and tt(pushd). For these commands a tt(-) is used to introduce a directory stack entry and completion of these is far more common than completing options. |