summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Doc/Zsh/func.yo2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a4f74a581..6afe34962 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2022-03-31 Matthew Martin <phy1729@gmail.com>
+ * github #88: elig0n: Doc/Zsh/func.yo: Fix typo.
+
* 49933: Doc/Zsh/mod_system.yo, Src/Modules/system.c: Add
nonblock to sysopen.
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.