diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-07-23 17:23:09 +0200 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-07-23 17:23:09 +0200 |
commit | 0ee81a0ce066375eac701c06cdfbdebefe594fdc (patch) | |
tree | f0dccd24163316cfe688f927681a3032a9b1fe2f /lisp/emacs-lisp/rx.el | |
parent | 894e369ddf48e191638b8e66ce732f24ff9abe2a (diff) | |
parent | 94da839793affa2a270bc26cee9c4d95d4dc4708 (diff) | |
download | emacs-0ee81a0ce066375eac701c06cdfbdebefe594fdc.tar.gz emacs-0ee81a0ce066375eac701c06cdfbdebefe594fdc.tar.bz2 emacs-0ee81a0ce066375eac701c06cdfbdebefe594fdc.zip |
Merge from trunk
Diffstat (limited to 'lisp/emacs-lisp/rx.el')
-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 5d04494ecb6..85fe3514b01 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 |