From d07c945e747241f2b10935698880340480ad38e7 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 14 Apr 2021 14:20:23 +0000 Subject: 45583/0002 (tweaked): docs: Fix rendering of an example 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(+) (limited to 'Doc') 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. -- cgit 1.4.1