diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emacs-lisp/rx.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el index 297bb1a6460..5e76256cfe6 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el | |||
| @@ -878,9 +878,6 @@ CHAR | |||
| 878 | like `and', but makes the match accessible with `match-end', | 878 | like `and', but makes the match accessible with `match-end', |
| 879 | `match-beginning', and `match-string'. | 879 | `match-beginning', and `match-string'. |
| 880 | 880 | ||
| 881 | `(group SEXP1 SEXP2 ...)' | ||
| 882 | another name for `submatch'. | ||
| 883 | |||
| 884 | `(or SEXP1 SEXP2 ...)' | 881 | `(or SEXP1 SEXP2 ...)' |
| 885 | `(| SEXP1 SEXP2 ...)' | 882 | `(| SEXP1 SEXP2 ...)' |
| 886 | matches anything that matches SEXP1 or SEXP2, etc. If all | 883 | matches anything that matches SEXP1 or SEXP2, etc. If all |