lisp/emacs-lisp/rx.el: Remove dead URL from commentary.
authorChong Yidong <cyd@gnu.org>
Thu, 2 Aug 2012 08:12:36 +0000 (16:12 +0800)
committerChong Yidong <cyd@gnu.org>
Thu, 2 Aug 2012 08:12:36 +0000 (16:12 +0800)
lisp/emacs-lisp/rx.el

index c246d02..a0fb15a 100644 (file)
@@ -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