From: Chong Yidong Date: Thu, 2 Aug 2012 08:12:36 +0000 (+0800) Subject: lisp/emacs-lisp/rx.el: Remove dead URL from commentary. X-Git-Tag: emacs-24.2.90~895 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f47188fe02941174dcf6086abc397d296a83feb7;p=emacs.git lisp/emacs-lisp/rx.el: Remove dead URL from commentary. --- 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 -;; . SRE forms not -;; catered for include: dsm, uncase, w/case, w/nocase, ,@, +;; with Olin Shivers' attempted definitive SRE notation. SRE forms +;; not catered for include: dsm, uncase, w/case, w/nocase, ,@, ;; ,, (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