diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index d86846ff2..8daba04c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2015-04-25 Barton E. Schaefer <schaefer@zsh.org> + * 34961: Doc/Zsh/compsys.yo: minor wording clarification + * 34961: Src/Modules/datetime.c: $TZ is implicitly local in builtin strftime (originally workers/34602 from workers/34596) diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 45afe2448..b699502ca 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -354,7 +354,7 @@ tt(all): no further completion is attempted; a string containing the substring tt(patterns): no pattern completion functions will be called; a string containing tt(default): the function for the `tt(-default-)' context will not be called, but -functions defined for commands will +functions defined for commands will be. ) kindex(-math-, completion context) item(tt(-math-))( |