emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)

This commit is contained in:
Leo Liu 2010-06-29 14:09:07 +02:00 committed by Juanma Barranquero
parent b6f9df0f5d
commit a354ac6a0c
2 changed files with 4 additions and 3 deletions

View file

@ -1053,9 +1053,6 @@ CHAR
like `and', but makes the match accessible with `match-end',
`match-beginning', and `match-string'.
`(group SEXP1 SEXP2 ...)'
another name for `submatch'.
`(or SEXP1 SEXP2 ...)'
`(| SEXP1 SEXP2 ...)'
matches anything that matches SEXP1 or SEXP2, etc. If all