summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/rx.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp/rx.el')
-rw-r--r--lisp/emacs-lisp/rx.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el
index 564bd752641..297bb1a6460 100644
--- a/lisp/emacs-lisp/rx.el
+++ b/lisp/emacs-lisp/rx.el
@@ -944,14 +944,8 @@ enclosed in `(and ...)'.
matches N to M occurrences.
`(backref N)'
- matches what was matched previously by submatch N.
-
-`(backref N)'
matches what was matched previously by submatch N.
-`(backref N)'
- matches what was matched previously by submatch N.
-
`(eval FORM)'
evaluate FORM and insert result. If result is a string,
`regexp-quote' it.