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