aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorLeo Liu <[email protected]>2010-06-29 14:09:07 +0200
committerJuanma Barranquero <[email protected]>2010-06-29 14:09:07 +0200
commita354ac6a0cffe3c2425bc272c64041aac9d0e2dd (patch)
tree9167503bfe306e754578db1c6cb3a15274076382 /lisp/emacs-lisp
parentb6f9df0f5ddfe75b141d8864b16343262403aa43 (diff)
emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
Diffstat (limited to 'lisp/emacs-lisp')
-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 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