Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] Re: install.info failure



On Sat, Jun 5, 2021 at 9:09 AM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> Consistency with what was previously there would be to remove the
> linked cross-reference and just make a plain-text reference to the
> other section.

Here's a patch to do that, just to un-break the build.

> All this stuff that Marlon is doing is adding to the
> internal linkages, which is well-intentioned but unrelated to the
> original change that created the build problem.

If we want to pick some of this up later, nothing prevents it.
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)(


Messages sorted by: Reverse Date, Date, Thread, Author