From 7eb4302868927de5e0392e22c98c24f64b0055e9 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 4 Apr 2008 09:29:31 +0000 Subject: 24790: YODL items need closing parentheses on next line --- Doc/Zsh/zle.yo | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Doc/Zsh/zle.yo') diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 45ae5e597..1a0cc2fda 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -2055,7 +2055,8 @@ cindex(highlighting, special characters) item(tt(special))( Individual characters that have no direct printable representation but are shown in a special manner by the line editor. -These characters are described below.) +These characters are described below. +) enditem() The available types of highlighting are the following. Note that @@ -2092,14 +2093,16 @@ are highlighted: startitem() item(ASCII control characters)( Control characters in the ASCII range are shown as -`tt(^)' followed by the base character.) +`tt(^)' followed by the base character. +) item(Unprintable multibyte characters)( If the tt(MULTIBYTE) option is in effect, multibyte characters not in the ASCII character set that are reported as having zero width are shown as a hexadecimal number between angle brackets. The number is the code point of the character in the wide character set; this may or may not be Unicode, depending -on the operating system.) +on the operating system. +) enditem() If tt(zle_highlight) is not set or no value applies to a particular -- cgit 1.4.1