+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.
`(** 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.