changeset 15563:ebf52f657a28

avoid literal : in index entries
author Karl Berry <karl@freefriends.org>
date Sat, 03 Sep 2011 09:56:26 -0700
parents c73d0845f357
children 17091e26f407
files ChangeLog doc/regex.texi
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-09-03  Karl Berry  <karl@gnu.org>
+
+	* doc/regex.texi (Character Class Operators): Avoid literal ":"
+	in index entries.
+
 2011-09-02  Bruno Haible  <bruno@clisp.org>
 
 	Allow the user to override the choice of AR, ARFLAGS, RANLIB.
--- 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