summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/rx.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2004-03-27 11:52:07 +0000
committerEli Zaretskii <eliz@gnu.org>2004-03-27 11:52:07 +0000
commit05ec033b10d89c6c2b4b1139ff2907c83bf4adb6 (patch)
tree68645f4f5b610e32527ec2099905279baf2cadd0 /lisp/emacs-lisp/rx.el
parent2f9da07b590a46fe2b64fdc47137b6e2bc09ced0 (diff)
(rx): Work at compile time, not run time.
Diffstat (limited to 'lisp/emacs-lisp/rx.el')
-rw-r--r--lisp/emacs-lisp/rx.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el
index b94ac57eca1..6656cf5ed3c 100644
--- a/lisp/emacs-lisp/rx.el
+++ b/lisp/emacs-lisp/rx.el
@@ -1,6 +1,6 @@
;;; rx.el --- sexp notation for regular expressions
-;; Copyright (C) 2001, 03, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
;; Author: Gerd Moellmann <gerd@gnu.org>
;; Maintainer: FSF
@@ -802,6 +802,9 @@ CHAR
`(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.
@@ -811,7 +814,6 @@ CHAR
(rx-to-string regexp))
-
(provide 'rx)
;;; arch-tag: 12d01a63-0008-42bb-ab8c-1c7d63be370b