diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/func.yo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 4a88f25aa..a1b1f14e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-10-15 Peter Stephenson <p.stephenson@samsung.com> + + * unposted: Doc/Zsh/func.yo: trivial typo in zshaddhistory doc. + 2013-10-12 Barton E. Schaefer <schaefer@zsh.org> * 31818: Completion/Unix/Command/_sh, Doc/Zsh/compsys.yo: to avoid diff --git a/Doc/Zsh/func.yo b/Doc/Zsh/func.yo index 7c391f80d..78bdfc0fa 100644 --- a/Doc/Zsh/func.yo +++ b/Doc/Zsh/func.yo @@ -266,7 +266,7 @@ line (so that any terminating newline will still be present). If any of the hook functions return a non-zero value the history line will not be saved, although it lingers in the history until the -next line is executed allow you to reuse or edit it immediately. +next line is executed, allowing you to reuse or edit it immediately. A hook function may call `tt(fc -p) var(...)' to switch the history context so that the history is saved in a different file from the |