about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-09-08 15:37:22 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-09-08 15:37:22 +0000
commit82b6ee09bcf4d6ac45af226dc4a0243974f18db1 (patch)
tree4304a887f19b910aff811c898065ef5d7f99d7d2 /NEWS
parentf6338bf83fd72b1092a30c289778a178b8c793a6 (diff)
downloadzsh-82b6ee09bcf4d6ac45af226dc4a0243974f18db1.tar.gz
zsh-82b6ee09bcf4d6ac45af226dc4a0243974f18db1.tar.xz
zsh-82b6ee09bcf4d6ac45af226dc4a0243974f18db1.zip
unposted: news for 4.3.11: another typo
Diffstat (limited to 'NEWS')
-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
 -----------------------------------------