diff options
author | Glenn Morris <rgm@gnu.org> | 2008-06-04 07:12:44 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-06-04 07:12:44 +0000 |
commit | 07e810660ae7d7899ddfd367a24da788c1920838 (patch) | |
tree | 03096beceda7b67080f5eab05f41c0c73044dfd2 /lisp/emacs-lisp | |
parent | f20186fdf0c6fef3b63934c7c36a5c814f9f7c56 (diff) | |
download | emacs-07e810660ae7d7899ddfd367a24da788c1920838.tar.gz emacs-07e810660ae7d7899ddfd367a24da788c1920838.tar.bz2 emacs-07e810660ae7d7899ddfd367a24da788c1920838.zip |
Trent W. Buck <trentbuck at gmail.com> (tiny change)
(rx): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/rx.el | 6 |
1 files changed, 0 insertions, 6 deletions
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 @@ -944,14 +944,8 @@ enclosed in `(and ...)'. 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. |