diff options
author | John Paul Wallington <jpw@pobox.com> | 2005-01-06 21:58:17 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2005-01-06 21:58:17 +0000 |
commit | d7975e20a0079d6159815aceb804126d0f153ac4 (patch) | |
tree | 4ccd643ae59d4586ddd3f9fc91c97c838e74d75b /lisp/emacs-lisp/re-builder.el | |
parent | 4c07596d8dab47d5f1189de83cccde18b9b2d517 (diff) | |
download | emacs-d7975e20a0079d6159815aceb804126d0f153ac4.tar.gz emacs-d7975e20a0079d6159815aceb804126d0f153ac4.tar.bz2 emacs-d7975e20a0079d6159815aceb804126d0f153ac4.zip |
Update copyright. Update commentary to mention rx syntax support.
Diffstat (limited to 'lisp/emacs-lisp/re-builder.el')
-rw-r--r-- | lisp/emacs-lisp/re-builder.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/re-builder.el b/lisp/emacs-lisp/re-builder.el index 77a12167c30..019a45213c8 100644 --- a/lisp/emacs-lisp/re-builder.el +++ b/lisp/emacs-lisp/re-builder.el @@ -1,6 +1,6 @@ ;;; re-builder.el --- building Regexps with visual feedback -;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. ;; Author: Detlev Zundel <dzu@gnu.org> ;; Keywords: matching, lisp, tools @@ -61,12 +61,12 @@ ;; even the auto updates go all the way. Forcing an update overrides ;; this limit allowing an easy way to see all matches. -;; Currently `re-builder' understands four different forms of input, -;; namely `read', `string', `sregex' and `lisp-re' syntax. Read +;; Currently `re-builder' understands five different forms of input, +;; namely `read', `string', `rx', `sregex' and `lisp-re' syntax. Read ;; syntax and string syntax are both delimited by `"'s and behave ;; according to their name. With the `string' syntax there's no need ;; to escape the backslashes and double quotes simplifying the editing -;; somewhat. The other two allow editing of symbolic regular +;; somewhat. The other three allow editing of symbolic regular ;; expressions supported by the packages of the same name. (`lisp-re' ;; is a package by me and its support may go away as it is nearly the ;; same as the `sregex' package in Emacs) |