emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
This commit is contained in:
parent
b6f9df0f5d
commit
a354ac6a0c
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue