about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--NEWS2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 26e079308..ec8d9bff6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-10-26  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* unposted: NEWS: region_highlight is an array and so
+	not capitalised.
+
 	* unposted: README: update claimed version to 4.3.7.
 
 	* Mikael: 25933: Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo,
diff --git a/NEWS b/NEWS
index 275c380b0..af0ef0823 100644
--- a/NEWS
+++ b/NEWS
@@ -32,7 +32,7 @@ keys by default.
 
 Highlighting and colouring of sections of the command line is now
 supported, controlled by the array parameter zle_highlight and the ZLE
-special parameter REGION_HIGHLIGHT.
+special parameter region_highlight.
 
 Colouring of prompts is now supported within the shell by prompt
 escapes.  The prompt theme system has been updated.