about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-01-18 12:50:59 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-01-18 12:50:59 +0000
commitec7b7e09e9a7fd189a528f9eb72aa2eee1e764e1 (patch)
tree3e6a3ea5f6573b794d9978bd686c033111cbbd7f
parentc508c6e368ac7faef55a16d9c85a2fbdd21232fc (diff)
downloadzsh-ec7b7e09e9a7fd189a528f9eb72aa2eee1e764e1.tar.gz
zsh-ec7b7e09e9a7fd189a528f9eb72aa2eee1e764e1.tar.xz
zsh-ec7b7e09e9a7fd189a528f9eb72aa2eee1e764e1.zip
unposted: clarify documentation for 27604
-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