From 4017180dcd861fed2e054de946d7612b13249dde Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 14 Apr 2021 14:20:23 +0000 Subject: [PATCH 2/8] docs: Fix example rendering in the man page output The texi output was unaffected. However, in the man page on my system, everything after the example() was underlined and not indented. --- Doc/Zsh/contrib.yo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 586ac06f5..55ea06f34 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -2028,7 +2028,9 @@ disabled. item(Declare cleanup)( If your function makes any other changes that should be undone when the theme is disabled, your setup function may call + example(prompt_cleanup var(command)) + where var(command) should be suitably quoted. If your theme is ever disabled or replaced by another, var(command) is executed with tt(eval). You may declare more than one such cleanup hook.