diff options
-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. |