summaryrefslogtreecommitdiff
path: root/doc/regex.texi
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2010-08-14 23:08:55 +0100
committerBruno Haible <bruno@clisp.org>2010-08-15 00:14:34 +0200
commite5cff5489f169c538233c7eadbf36a9a959e3661 (patch)
tree80e8dbbe9ae47f8b6a16468408720e7a4e73a601 /doc/regex.texi
parent2cbe701a6f00d18f3d95333b7ee8e2673f78c293 (diff)
downloadgnulib-e5cff5489f169c538233c7eadbf36a9a959e3661.tar.gz
Document not_eol.
Diffstat (limited to 'doc/regex.texi')
-rw-r--r--doc/regex.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/regex.texi b/doc/regex.texi
index d57ff49b46..59dfd8b8bd 100644
--- a/doc/regex.texi
+++ b/doc/regex.texi
@@ -1220,8 +1220,9 @@ matches, e.g., @samp{foo} and, e.g., the first three characters of
Its interaction with the syntax bits and pattern buffer fields is
exactly the dual of @samp{^}'s; see the previous section. (That is,
-``beginning'' becomes ``end'', ``next'' becomes ``previous'', and
-``after'' becomes ``before''.)
+``@samp{^}'' becomes ``@samp{$}'', ``beginning'' becomes ``end'',
+``next'' becomes ``previous'', ``after'' becomes ``before'', and
+``@code{not_bol}'' becomes ``@code{not_eol}''.)
@node GNU Operators