diff options
| author | Richard M. Stallman | 2005-03-06 18:23:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-06 18:23:37 +0000 |
| commit | 63f508b4209f87aef72bf5f72db41b6200e60261 (patch) | |
| tree | 82b7cc1e01f858d3a807936c4d2525443500993f | |
| parent | 07ea73bb981382a7a47a37fbf4c21eb417758ad3 (diff) | |
| download | emacs-63f508b4209f87aef72bf5f72db41b6200e60261.tar.gz emacs-63f508b4209f87aef72bf5f72db41b6200e60261.zip | |
(Regexp Special, Char Classes): Get rid of "Emacs 21".
| -rw-r--r-- | lispref/searching.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/searching.texi b/lispref/searching.texi index 23eab9fc928..8a4c46f1ba2 100644 --- a/lispref/searching.texi +++ b/lispref/searching.texi | |||
| @@ -338,7 +338,7 @@ does match all non-@acronym{ASCII} characters (see below regarding @samp{^}), | |||
| 338 | in both multibyte and unibyte representations, because only the | 338 | in both multibyte and unibyte representations, because only the |
| 339 | @acronym{ASCII} characters are excluded. | 339 | @acronym{ASCII} characters are excluded. |
| 340 | 340 | ||
| 341 | Starting in Emacs 21, a character alternative can also specify named | 341 | A character alternative can also specify named |
| 342 | character classes (@pxref{Char Classes}). This is a POSIX feature whose | 342 | character classes (@pxref{Char Classes}). This is a POSIX feature whose |
| 343 | syntax is @samp{[:@var{class}:]}. Using a character class is equivalent | 343 | syntax is @samp{[:@var{class}:]}. Using a character class is equivalent |
| 344 | to mentioning each of the characters in that class; but the latter is | 344 | to mentioning each of the characters in that class; but the latter is |
| @@ -416,7 +416,7 @@ special character anyway, regardless of where it appears.@refill | |||
| 416 | @cindex character classes in regexp | 416 | @cindex character classes in regexp |
| 417 | 417 | ||
| 418 | Here is a table of the classes you can use in a character alternative, | 418 | Here is a table of the classes you can use in a character alternative, |
| 419 | in Emacs 21, and what they mean: | 419 | and what they mean: |
| 420 | 420 | ||
| 421 | @table @samp | 421 | @table @samp |
| 422 | @item [:ascii:] | 422 | @item [:ascii:] |