# HG changeset patch # User Richard M. Stallman # Date 1110133417 0 # Node ID 0b5288fc6e215c363e31bedbc20e6220c65d9110 # Parent 53520941e72d66981b56572e9a6cad3d86d7ca3f (Regexp Special, Char Classes): Get rid of "Emacs 21". diff -r 53520941e72d -r 0b5288fc6e21 lispref/searching.texi --- a/lispref/searching.texi Sun Mar 06 18:22:28 2005 +0000 +++ b/lispref/searching.texi Sun Mar 06 18:23:37 2005 +0000 @@ -338,7 +338,7 @@ in both multibyte and unibyte representations, because only the @acronym{ASCII} characters are excluded. -Starting in Emacs 21, a character alternative can also specify named +A character alternative can also specify named character classes (@pxref{Char Classes}). This is a POSIX feature whose syntax is @samp{[:@var{class}:]}. Using a character class is equivalent to mentioning each of the characters in that class; but the latter is @@ -416,7 +416,7 @@ @cindex character classes in regexp Here is a table of the classes you can use in a character alternative, -in Emacs 21, and what they mean: +and what they mean: @table @samp @item [:ascii:]