From: Glenn Morris Date: Wed, 4 Jun 2008 07:12:44 +0000 (+0000) Subject: Trent W. Buck (tiny change) X-Git-Tag: emacs-pretest-23.0.90~5118 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=07e810660ae7d7899ddfd367a24da788c1920838;p=emacs.git Trent W. Buck (tiny change) (rx): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 67b3ec53497..21c2db58798 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 564bd752641..297bb1a6460 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.