mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(rx): Docstring fix.
This commit is contained in:
parent
feb1e9103f
commit
716c808a99
@ -878,9 +878,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…
Reference in New Issue
Block a user