diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Doc/Zsh/expn.yo | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 135846f30..123f9926d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-06-13 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * Mikael: 28027: Doc/Zsh/expn.yo: typo. + 2010-06-11 Peter Stephenson <p.w.stephenson@ntlworld.com> * 28026: Completion/Zsh/Context/_dynamic_directory_name, @@ -13276,5 +13280,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4999 $ +* $Revision: 1.5000 $ ***************************************************** diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index b2a2b59f0..ecb16c0d5 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -1452,7 +1452,7 @@ length matched (16 in the example) is longer than that matched by any static name. The completion system calls `tt(zsh_directory_name c)' in order to -completion dynamic names for directories. The code for this should be +complete dynamic names for directories. The code for this should be as for any other completion function as described in ifnzman(noderef(Completion System))\ ifzman(zmanref(zshcompsys)). |