From 07e810660ae7d7899ddfd367a24da788c1920838 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 4 Jun 2008 07:12:44 +0000 Subject: Trent W. Buck (tiny change) (rx): Doc fix. --- lisp/emacs-lisp/rx.el | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lisp/emacs-lisp') 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 @@ -943,15 +943,9 @@ enclosed in `(and ...)'. `(** N M SEXP ...)' 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. -- cgit v1.2.3