about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorelig0n <31196036+elig0n@users.noreply.github.com>2022-03-24 10:28:59 +0200
committerMatthew Martin <phy1729@gmail.com>2022-03-31 19:23:08 -0500
commit6152200c9b942d204be8740d84f076508e066ac3 (patch)
tree2bb6abfd46b98626fb56ce145f5113e505102bec /Doc
parent95749e9e652849215b5d09c5aaf8928056c41688 (diff)
downloadzsh-6152200c9b942d204be8740d84f076508e066ac3.tar.gz
zsh-6152200c9b942d204be8740d84f076508e066ac3.tar.xz
zsh-6152200c9b942d204be8740d84f076508e066ac3.zip
github #88: Fix typo
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/func.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/func.yo b/Doc/Zsh/func.yo
index 7edad7f23..12db3f56a 100644
--- a/Doc/Zsh/func.yo
+++ b/Doc/Zsh/func.yo
@@ -276,7 +276,7 @@ the history file.  In case of a conflict, the first non-zero status
 value is taken.
 
 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
+context so that the history is saved in a different file from
 that in the global tt(HISTFILE) parameter.  This is handled specially:
 the history context is automatically restored after the processing
 of the history line is finished.