summaryrefslogtreecommitdiff
path: root/doc/ref/api-regex.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/api-regex.texi')
-rw-r--r--doc/ref/api-regex.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-regex.texi b/doc/ref/api-regex.texi
index 61410d9a9..1435aeb05 100644
--- a/doc/ref/api-regex.texi
+++ b/doc/ref/api-regex.texi
@@ -402,7 +402,7 @@ Return the ending position of submatch number @var{n}.
@end deffn
In the following example, the result is 8, since the match runs between
-characters 4 and 8 (i.e. the ``2002'').
+characters 4 and 8 (i.e.@: the ``2002'').
@lisp
(define s (string-match "[0-9][0-9][0-9][0-9]" "blah2002foo"))