about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2021-06-13 12:06:31 -0700
committerBart Schaefer <schaefer@zsh.org>2021-06-13 12:06:31 -0700
commit667901b6ba8ea7871bfdb6364fb14cbcb70536b4 (patch)
tree960e4aaabd0fc91863aadf3bc84ad36f49549237 /Doc
parentbd328a2a9c230a8232bdfbaa934874b61fa749d5 (diff)
downloadzsh-667901b6ba8ea7871bfdb6364fb14cbcb70536b4.tar.gz
zsh-667901b6ba8ea7871bfdb6364fb14cbcb70536b4.tar.xz
zsh-667901b6ba8ea7871bfdb6364fb14cbcb70536b4.zip
49065: remove bad cross-reference
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/contrib.yo5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index a972f08d6..e74528341 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -2043,9 +2043,8 @@ beyond the scope of tt(localoptions), should your function need that.
 )
 item(Modify hooks)(
 Use of tt(add-zsh-hook) and tt(add-zle-hook-widget) is recommended (see
-ifzman(the bf(Manipulating Hook Functions) section above)\
-ifnzman(noderef(Manipulating Hook Functions))\
-). All hooks that follow the naming pattern tt(prompt_)var(theme)tt(_)var(hook)
+the bf(Manipulating Hook Functions) section above).
+All hooks that follow the naming pattern tt(prompt_)var(theme)tt(_)var(hook)
 are automatically removed when the prompt theme changes or is disabled.
 )
 item(Declare cleanup)(