about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Doc/Zsh/zle.yo2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 66de91056..2dd039d62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-04-29  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 24895: Matt Wozniski: Doc/Zsh/zle.yo: typo.
+
 	* unposted: Src/glob.c: oops.
 
 2008-04-29  Peter Stephenson  <pws@csr.com>
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.