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 | Merge branch 'master' of git://git.code.sf.net/p/zsh/code (diff) | |
| download | zsh-f6967bb745d8b44236bc32c460983d93f23d6cd9.tar zsh-f6967bb745d8b44236bc32c460983d93f23d6cd9.tar.gz zsh-f6967bb745d8b44236bc32c460983d93f23d6cd9.tar.bz2 zsh-f6967bb745d8b44236bc32c460983d93f23d6cd9.tar.lz zsh-f6967bb745d8b44236bc32c460983d93f23d6cd9.tar.xz zsh-f6967bb745d8b44236bc32c460983d93f23d6cd9.tar.zst 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
@@ -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 |
