From e4078c6f6eed0f441ab49d8b98f3812c20f7278d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 3 Sep 2011 09:56:26 -0700 Subject: [PATCH] avoid literal : in index entries --- ChangeLog | 5 +++++ doc/regex.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a70af3178d..2665c432e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-09-03 Karl Berry + + * doc/regex.texi (Character Class Operators): Avoid literal ":" + in index entries. + 2011-09-02 Bruno Haible Allow the user to override the choice of AR, ARFLAGS, RANLIB. diff --git a/doc/regex.texi b/doc/regex.texi index 52ecf9b707..bf8049ec05 100644 --- a/doc/regex.texi +++ b/doc/regex.texi @@ -914,8 +914,8 @@ symbol. @subsection Character Class Operators (@code{[:} @dots{} @code{:]}) @cindex character classes -@cindex @samp{[:} in regex -@cindex @samp{:]} in regex +@cindex @samp{[colon} in regex +@cindex @samp{colon]} in regex If the syntax bit @code{RE_CHAR_CLASSES} is set, then Regex recognizes character class expressions inside lists. A @dfn{character class -- 2.39.5