From ef53ae6286714123845ce80b5b8c2d1c8b7ce37c Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 14 Apr 2021 14:12:25 +0000 Subject: [PATCH 1/8] docs: Minor markup tweak --- Doc/Zsh/func.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Zsh/func.yo b/Doc/Zsh/func.yo index d500a78ae..0944380b9 100644 --- a/Doc/Zsh/func.yo +++ b/Doc/Zsh/func.yo @@ -212,7 +212,7 @@ example, if tt($chpwd_functions) is an array containing the values execute the functions `tt(chpwd)', `tt(mychpwd)' and `tt(chpwd_save_dirstack)', in that order. Any function that does not exist is silently ignored. A function found by this mechanism is referred to -elsewhere as a `hook function'. An error in any function causes subsequent +elsewhere as a em(hook function). An error in any function causes subsequent functions not to be run. Note further that an error in a tt(precmd) hook causes an immediately following tt(periodic) function not to run (though it may run at the next opportunity).