diff --git a/ChangeLog b/ChangeLog
index 66de91056..2dd039d62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-04-29 Peter Stephenson
+ * 24895: Matt Wozniski: Doc/Zsh/zle.yo: typo.
+
* unposted: Src/glob.c: oops.
2008-04-29 Peter Stephenson
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index c137d0d24..8bd0ef7c2 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -2050,7 +2050,7 @@ sect(Character Highlighting)
The line editor has the ability to highlight characters or regions
of the line that have a particular significance. This is controlled
-by the array parameter tt(zsh_highlight), if it has been set by the user.
+by the array parameter tt(zle_highlight), if it has been set by the user.
If the parameter contains the single entry tt(none) all highlighting
is turned off. Note the parameter is still expected to be an array.