#11239: add } to list of metacharacters (it is only a metacharacter sometimes, ie. when closing a {n,m} group, but so is ].

This commit is contained in:
Georg Brandl 2011-03-06 11:07:11 +01:00
parent 3a610a561a
commit f125a9a9aa
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ devoted to discussing various metacharacters and what they do.
Here's a complete list of the metacharacters; their meanings will be discussed
in the rest of this HOWTO. ::
. ^ $ * + ? { [ ] \ | ( )
. ^ $ * + ? { } [ ] \ | ( )
The first metacharacters we'll look at are ``[`` and ``]``. They're used for
specifying a character class, which is a set of characters that you wish to