diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-06-13 15:59:59 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-06-13 15:59:59 +0000 |
commit | 27254b788f2ebeb4f6a2c7f308a9c774022070b0 (patch) | |
tree | d0cbc764f5a0f5f146db67114c11b53dee46d791 | |
parent | 92233c8029831f30f2b17557e76f82f3e3723089 (diff) | |
download | zsh-27254b788f2ebeb4f6a2c7f308a9c774022070b0.tar.gz zsh-27254b788f2ebeb4f6a2c7f308a9c774022070b0.tar.xz zsh-27254b788f2ebeb4f6a2c7f308a9c774022070b0.zip |
Mikael: 28027: typo
-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)). |