about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 66a30f39e..ae6632f1e 100644
--- a/NEWS
+++ b/NEWS
@@ -70,12 +70,12 @@ still to turn job control off, however if the new POSIX_JOBS option is set
 MONITOR remains active in subshells.
 
 Regular expression matches now use the same variables for storing matched
-components as shell pattern matching.  The function system now provides
-the function regexp-replace for replacing text using regular expressions.
-The zle widgets replace-string, replace-string-again, if defined with regex
-in the name (e.g. "zle -N replace-regexp replace-string"), perform regular
-expression matches.  In replacement text \& and \1 have the standard
-meaning.
+components as shell pattern matching.  The function system now provides the
+function regexp-replace for replacing text using regular expressions.  The
+zle widget functions replace-string, replace-string-again, if defined with
+regex in the name (e.g. "zle -N replace-regexp replace-string"), perform
+regular expression matches.  In replacement text \& and \1 have the
+standard meaning.
 
 Changes between versions 4.3.9 and 4.3.10
 -----------------------------------------