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 /Doc/Zsh/func.yo | |
| 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.
Diffstat (limited to 'Doc/Zsh/func.yo')
| -rw-r--r-- | Doc/Zsh/func.yo | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
