diff options
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-rw-r--r-- | Doc/Zsh/contrib.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 534c8d4de..bf83a69e2 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -1032,7 +1032,8 @@ For example, starting from the line: example(print This line contains fan and fond) -and invoking tt(replace-pattern) with the source string `tt(f(?)n)' and +and invoking tt(replace-pattern) with the source string +`tt(f+LPAR()?+RPAR()n)' and the replacment string `tt(c\1r)' produces the not very useful line: example(print This line contains car and cord) |