From e5cff5489f169c538233c7eadbf36a9a959e3661 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sat, 14 Aug 2010 23:08:55 +0100 Subject: [PATCH] Document not_eol. --- ChangeLog | 1 + doc/regex.texi | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index eca02ce59..68df573c7 100644 --- 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 Bruno Haible diff --git a/doc/regex.texi b/doc/regex.texi index d57ff49b4..59dfd8b8b 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 -- 2.11.0