# HG changeset patch # User Glenn Morris # Date 1212563519 0 # Node ID 79b5ceb92151e10292f1ffadd8682d72ff4ff6b9 # Parent 8132494e3e264ec8476a203b78b9dc7b9cf7121d Trent W. Buck (tiny change) (rx): Doc fix. diff -r 8132494e3e26 -r 79b5ceb92151 lisp/emacs-lisp/rx.el --- a/lisp/emacs-lisp/rx.el Wed Jun 04 07:09:08 2008 +0000 +++ b/lisp/emacs-lisp/rx.el Wed Jun 04 07:11:59 2008 +0000 @@ -944,14 +944,8 @@ 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.