[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/rx.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/rx.el |
Date: |
Fri, 06 Sep 2002 05:34:37 -0400 |
Index: emacs/lisp/emacs-lisp/rx.el
diff -c emacs/lisp/emacs-lisp/rx.el:1.1 emacs/lisp/emacs-lisp/rx.el:1.2
*** emacs/lisp/emacs-lisp/rx.el:1.1 Mon Oct 1 03:28:43 2001
--- emacs/lisp/emacs-lisp/rx.el Fri Sep 6 03:14:12 2002
***************
*** 694,700 ****
still match. A non-greedy regexp matches as little as possible.
`(maximal-match SEXP)'
! produce a greedy regexp for SEXP. This is the default.
`(zero-or-more SEXP)'
matches zero or more occurrences of what SEXP matches.
--- 694,700 ----
still match. A non-greedy regexp matches as little as possible.
`(maximal-match SEXP)'
! produce a greedy regexp for SEXP. This is the default.
`(zero-or-more SEXP)'
matches zero or more occurrences of what SEXP matches.
***************
*** 739,745 ****
matches N to M occurrences of what SEXP matches.
`(eval FORM)'
! evaluate FORM and insert result. If result is a string,
`regexp-quote' it.
`(regexp REGEXP)'
--- 739,745 ----
matches N to M occurrences of what SEXP matches.
`(eval FORM)'
! evaluate FORM and insert result. If result is a string,
`regexp-quote' it.
`(regexp REGEXP)'