# HG changeset patch # User Karl Berry # Date 1315068986 25200 # Node ID ebf52f657a28f0a6c4791760e6afdac63e76c822 # Parent c73d0845f357ec640ca0546c0769297e519041a0 avoid literal : in index entries diff --git a/ChangeLog b/ChangeLog --- 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 --- a/doc/regex.texi +++ b/doc/regex.texi @@ -914,8 +914,8 @@ @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