Mercurial > emacs
changeset 98489:0caa21a4a7aa
(rx): Docstring fix.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 03 Oct 2008 14:12:31 +0000 |
parents | 9dd7c9d75f4b |
children | 468c55dd37a2 |
files | lisp/emacs-lisp/rx.el |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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