summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-14 14:12:25 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-15 16:27:52 +0000
commit32336eab92e7b639c08b05ccfadf4a936e0ad3f6 (patch)
tree3dac3ee3fcdad440a38ac66417b50451d89f1bb1
parent9dc195120cf4e01cd0068f90db12fc9a7eb522b5 (diff)
downloadzsh-32336eab92e7b639c08b05ccfadf4a936e0ad3f6.tar.gz
zsh-32336eab92e7b639c08b05ccfadf4a936e0ad3f6.zip
45583/0001: docs: Minor markup tweak
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/func.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a35eb6501..b2fca8d90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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).