From 14810d6df13e0564a606b74e4c4e918e80862e25 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sat, 24 Jul 1999 14:01:54 +0000 Subject: zsh-3.1.6-test-3 --- Util/zsh-development-guide | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Util') diff --git a/Util/zsh-development-guide b/Util/zsh-development-guide index 6e8eb1b2d..d96cc1a04 100644 --- a/Util/zsh-development-guide +++ b/Util/zsh-development-guide @@ -659,13 +659,13 @@ Documentation it should be included within `example(...)'. The text will be indented, will not be filled and will be put into a fixed width font. - If the text includes mixed fonts, it should be included within - `indent(...)'. As with `example()', the text is not filled, but now - explicit font-changing commands are required inside. + `indent(...)'. The text is now filled unless `nofill(...)' is also + used, and explicit font-changing commands are required inside. - If the text appears inside some other format, such as for example the `item()' list structure, then the instruction `nofill(...)', which simply turns off filling should be used; as with `indent(...)', - explicit font changing commands are required. This is also an - alternative to `indent()' when no identation is required, e.g. if the + explicit font changing commands are required. This can be used + without `indent()' when no identation is required, e.g. if the accumulated indentation would otherwise be too long. All the above should appear on their own, separated by newlines from the surrounding text. No extra newlines after the opening or before the -- cgit 1.4.1