Document not_eol.
authorReuben Thomas <rrt@sc3d.org>
Sat, 14 Aug 2010 22:08:55 +0000 (23:08 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 14 Aug 2010 22:14:34 +0000 (00:14 +0200)
ChangeLog
doc/regex.texi

index eca02ce..68df573 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
        regex: Tweak doc.
        * doc/regex.texi (Overview): Don't mention regex.c.
        (GNU Regular Expression Compiling): Likewise.
+       (Match-end-of-line Operator): Mention 'not_eol'.
 
 2010-08-14  Brian Gough  <bjg@gnu.org>
             Bruno Haible  <bruno@clisp.org>
index d57ff49..59dfd8b 100644 (file)
@@ -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