about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--Doc/Zsh/contrib.yo4
2 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 530decde1..cd26894a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-01-18  Peter Stephenson  <pws@csr.com>
+
+	* unposted: Doc/Zsh/contrib.yo: minor clarification in 27604.
+
+	* 27604: Doc/Zsh/contrib.yo, Functions/Misc/.distfiles,
+	Functions/Misc/regexp-replace,
+	Functions/Misc/replace-string-again: add facilities for
+	substitution using regular expressions.
+
 2010-01-17  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 27600: Doc/Zsh/cond.yo, Src/Modules/pcre.c, Src/Modules/regex.c,
@@ -12591,5 +12600,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4863 $
+* $Revision: 1.4864 $
 *****************************************************
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 9df1770f2..54dbd74dc 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -1591,8 +1591,8 @@ digits.
 If the widget instead contains the word `tt(regex)' (or `tt(regexp)'),
 then the matching is performed using regular expressions, respecting
 the setting of the option tt(RE_MATCH_PCRE) (see the description of the
-function tt(regexp-replace) below).  The facilities described
-for pattern matching are also available.
+function tt(regexp-replace) below).  The special replacement facilities
+described above for pattern matching are available.
 
 By default the previous source or replacement string will not be offered
 for editing.  However, this feature can be activated by setting the style