From a354ac6a0cffe3c2425bc272c64041aac9d0e2dd Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Tue, 29 Jun 2010 14:09:07 +0200 Subject: emacs-lisp/rx.el (rx): Doc fix. (Bug#6537) --- lisp/emacs-lisp/rx.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el index 5d04494ecb..85fe3514b0 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el @@ -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 -- cgit v1.2.3