summaryrefslogtreecommitdiff
path: root/doc/regex.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/regex.texi')
-rw-r--r--doc/regex.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/regex.texi b/doc/regex.texi
index 6601c6bf11..3c31db3b5d 100644
--- a/doc/regex.texi
+++ b/doc/regex.texi
@@ -1853,7 +1853,7 @@ matching or searching with the pattern buffer.
@node Using Registers
@subsection Using Registers
-A group in a regular expression can match a (posssibly empty) substring
+A group in a regular expression can match a (possibly empty) substring
of the string that regular expression as a whole matched. The matcher
remembers the beginning and end of the substring matched by
each group.