# HG changeset patch # User Stefan Monnier # Date 1223043151 0 # Node ID 0caa21a4a7aaa6b8686222c57d1063b0df67b1f8 # Parent 9dd7c9d75f4bb624f088e4bb8fe7c05e53659594 (rx): Docstring fix. diff -r 9dd7c9d75f4b -r 0caa21a4a7aa lisp/emacs-lisp/rx.el --- a/lisp/emacs-lisp/rx.el Fri Oct 03 11:18:24 2008 +0000 +++ b/lisp/emacs-lisp/rx.el Fri Oct 03 14:12:31 2008 +0000 @@ -878,9 +878,6 @@ 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