1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00

45583/0001: docs: Minor markup tweak

This commit is contained in:
Daniel Shahaf 2021-04-14 14:12:25 +00:00
parent 9dc195120c
commit 32336eab92
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2021-04-15 Daniel Shahaf <d.s@daniel.shahaf.name>
* 45583/0001: Doc/Zsh/func.yo: docs: Minor markup tweak
2021-04-13 dana <dana@dana.is>
* Daniel Shahaf: 48522: README: Clarify _alternative change

View file

@ -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).