about summary refs log tree commit diff
path: root/Doc/Zsh/mod_regex.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/mod_regex.yo')
-rw-r--r--Doc/Zsh/mod_regex.yo4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_regex.yo b/Doc/Zsh/mod_regex.yo
index 08e92ab9f..4081810ed 100644
--- a/Doc/Zsh/mod_regex.yo
+++ b/Doc/Zsh/mod_regex.yo
@@ -8,9 +8,11 @@ startitem()
 findex(regex-match)
 item(var(expr) tt(-regex-match) var(regex))(
 Matches a string against a POSIX extended regular expression.
-The matched portion of the string will normally be placed in the tt(MATCH)
+On successful match,
+matched portion of the string will normally be placed in the tt(MATCH)
 variable.  If there are any capturing parentheses within the regex, then
 the tt(match) array variable will contain those.
+If the match is not successful, then the variables will not be altered.
 
 For example,