diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-01-18 12:50:59 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-01-18 12:50:59 +0000 |
commit | ec7b7e09e9a7fd189a528f9eb72aa2eee1e764e1 (patch) | |
tree | 3e6a3ea5f6573b794d9978bd686c033111cbbd7f /Doc/Zsh/contrib.yo | |
parent | c508c6e368ac7faef55a16d9c85a2fbdd21232fc (diff) | |
download | zsh-ec7b7e09e9a7fd189a528f9eb72aa2eee1e764e1.tar.gz zsh-ec7b7e09e9a7fd189a528f9eb72aa2eee1e764e1.tar.xz zsh-ec7b7e09e9a7fd189a528f9eb72aa2eee1e764e1.zip |
unposted: clarify documentation for 27604
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-rw-r--r-- | Doc/Zsh/contrib.yo | 4 |
1 files changed, 2 insertions, 2 deletions
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 |