]> git.eshelyaron.com Git - emacs.git/commitdiff
Trent W. Buck <trentbuck at gmail.com> (tiny change)
authorGlenn Morris <rgm@gnu.org>
Wed, 4 Jun 2008 07:12:44 +0000 (07:12 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 4 Jun 2008 07:12:44 +0000 (07:12 +0000)
(rx): Doc fix.

lisp/ChangeLog
lisp/emacs-lisp/rx.el

index 67b3ec53497328cfbac5c83d24b638acdd6bc60f..21c2db5879878fb97f2e0d2009df28641560c3d0 100644 (file)
@@ -1,3 +1,7 @@
+2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
+
+       * emacs-lisp/rx.el (rx): Doc fix.
+
 2008-06-04  Markus Triska  <markus.triska@gmx.at>
 
        * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
index 564bd7526418bdf1a109e88e12807d7cbbffa032..297bb1a64608454378ea91fa288398eb00c1bbd9 100644 (file)
@@ -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.