diff options
author | Peter Stephenson <pws@zsh.org> | 2013-10-15 18:02:09 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2013-10-15 18:02:09 +0100 |
commit | f6967bb745d8b44236bc32c460983d93f23d6cd9 (patch) | |
tree | e66a56ed017201e21f7857f16c4a96c5878a4308 | |
parent | 332924513bade9bae205bd8ffd5d0e3f8e8e1d62 (diff) | |
download | zsh-f6967bb745d8b44236bc32c460983d93f23d6cd9.tar.gz zsh-f6967bb745d8b44236bc32c460983d93f23d6cd9.tar.xz zsh-f6967bb745d8b44236bc32c460983d93f23d6cd9.zip |
Fix trivial typo in zshaddhistory doc.
-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 |