Mercurial > emacs
changeset 60453:0b5288fc6e21
(Regexp Special, Char Classes): Get rid of "Emacs 21".
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 06 Mar 2005 18:23:37 +0000 |
parents | 53520941e72d |
children | 7f3f022eec49 |
files | lispref/searching.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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:]