summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-04-04 09:29:31 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-04-04 09:29:31 +0000
commit7eb4302868927de5e0392e22c98c24f64b0055e9 (patch)
treeafd3744a755aa5569f8e732769ee535c134dca57
parentded1416ca15476d9c69c25ce61554c10c64d79d9 (diff)
downloadzsh-7eb4302868927de5e0392e22c98c24f64b0055e9.tar.gz
zsh-7eb4302868927de5e0392e22c98c24f64b0055e9.zip
24790: YODL items need closing parentheses on next line
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/zle.yo9
2 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 03d0f4b50..c21163446 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-04 Peter Stephenson <pws@csr.com>
+
+ * c.f Mikael, 24790: Doc/Zsh/zle.yo: item()s need closing
+ parentheses on next line.
+
2008-04-04 Clint Adams <clint@zsh.org>
* 24789: Completion/Unix/Command/_stgit: completion for
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