changeset 95531:79b5ceb92151

Trent W. Buck <trentbuck at gmail.com> (tiny change) (rx): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Wed, 04 Jun 2008 07:11:59 +0000
parents 8132494e3e26
children b657ba21e4d3
files lisp/emacs-lisp/rx.el
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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.