diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2004-03-28 06:08:38 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2004-03-28 06:08:38 +0000 |
commit | be8e0e977a411c16f5d2f3ccf28b4818dab2d88d (patch) | |
tree | ebfd8ab5dfe95a4c5980cb5f26043511bfbbeabe /lisp/emacs-lisp | |
parent | 026ad6ba8148d468a0a61a1c863a63ef58054e50 (diff) | |
parent | 692feebddfe2c4b0c9b48e7ea31a1362daf071a4 (diff) | |
download | emacs-be8e0e977a411c16f5d2f3ccf28b4818dab2d88d.tar.gz emacs-be8e0e977a411c16f5d2f3ccf28b4818dab2d88d.tar.bz2 emacs-be8e0e977a411c16f5d2f3ccf28b4818dab2d88d.zip |
Merged in changes from CVS HEAD
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-173
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-174
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-125
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/rx.el | 6 |
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 |