summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/rx.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2008-10-03 14:12:31 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2008-10-03 14:12:31 +0000
commit716c808a99e76e2b462b0f45309066b6a5aef437 (patch)
tree66bbfbd6d6a9178e7fc21d447a9da7ce9aed28b1 /lisp/emacs-lisp/rx.el
parentfeb1e9103f23b02349f435f4880619012e9d6caf (diff)
downloademacs-716c808a99e76e2b462b0f45309066b6a5aef437.tar.gz
emacs-716c808a99e76e2b462b0f45309066b6a5aef437.tar.bz2
emacs-716c808a99e76e2b462b0f45309066b6a5aef437.zip
(rx): Docstring fix.
Diffstat (limited to 'lisp/emacs-lisp/rx.el')
-rw-r--r--lisp/emacs-lisp/rx.el3
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
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