diff options
| author | Stefan Monnier | 2008-10-03 14:12:31 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-10-03 14:12:31 +0000 |
| commit | 716c808a99e76e2b462b0f45309066b6a5aef437 (patch) | |
| tree | 66bbfbd6d6a9178e7fc21d447a9da7ce9aed28b1 | |
| parent | feb1e9103f23b02349f435f4880619012e9d6caf (diff) | |
| download | emacs-716c808a99e76e2b462b0f45309066b6a5aef437.tar.gz emacs-716c808a99e76e2b462b0f45309066b6a5aef437.zip | |
(rx): Docstring fix.
| -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 |