unposted: clarify documentation for 27604

This commit is contained in:
Peter Stephenson 2010-01-18 12:50:59 +00:00
parent c508c6e368
commit ec7b7e09e9
2 changed files with 12 additions and 3 deletions

View File

@ -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 $
*****************************************************

View File

@ -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