summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/rx.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-08-02 16:12:36 +0800
committerChong Yidong <cyd@gnu.org>2012-08-02 16:12:36 +0800
commitf47188fe02941174dcf6086abc397d296a83feb7 (patch)
tree26f833c939c93657247e840f39cc6e517470e575 /lisp/emacs-lisp/rx.el
parentf162bcc31c3d7d168da47ca2f007f58e11a36948 (diff)
downloademacs-f47188fe02941174dcf6086abc397d296a83feb7.tar.gz
lisp/emacs-lisp/rx.el: Remove dead URL from commentary.
Diffstat (limited to 'lisp/emacs-lisp/rx.el')
-rw-r--r--lisp/emacs-lisp/rx.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el
index c246d0235f6..a0fb15ae39f 100644
--- a/lisp/emacs-lisp/rx.el
+++ b/lisp/emacs-lisp/rx.el
@@ -35,9 +35,8 @@
;; that the `repeat' form can't have multiple regexp args.
;; Now alternative forms are provided for a degree of compatibility
-;; with Shivers' attempted definitive SRE notation
-;; <URL:http://www.ai.mit.edu/~/shivers/sre.txt>. SRE forms not
-;; catered for include: dsm, uncase, w/case, w/nocase, ,@<exp>,
+;; with Olin Shivers' attempted definitive SRE notation. SRE forms
+;; not catered for include: dsm, uncase, w/case, w/nocase, ,@<exp>,
;; ,<exp>, (word ...), word+, posix-string, and character class forms.
;; Some forms are inconsistent with SRE, either for historical reasons
;; or because of the implementation -- simple translation into Emacs