diff --git a/ChangeLog b/ChangeLog index 8237fcc51..6e6ea5d85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-05-06 Axel Beckert + + * unposted: Doc/Zsh/builtins.yo: Fix typo. + 2016-05-04 Daniel Shahaf * 38402: Completion/Zsh/Command/_precommand: Complete diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 7083817bf..1ca1f24a8 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1810,7 +1810,7 @@ example(# Normal builtin interface builtin typeset svar=$(echo two words)) The tt(builtin) keyword causes the above to use the standard builtin -interface to tt(typeset) in which argument parsing is perfomed in the same +interface to tt(typeset) in which argument parsing is performed in the same way as for other commands. This example creates a scalar tt(svar) containing the value tt(two) and another scalar parameter tt(words) with no value. An array value in this case would either cause an error or be