Mercurial > emacs
changeset 47257:14ef33c0a704
(rx): Fix spacing.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 06 Sep 2002 07:14:12 +0000 |
parents | c0bc3c14bafc |
children | 86c1fc3c48f5 |
files | lisp/emacs-lisp/rx.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/rx.el Fri Sep 06 07:13:53 2002 +0000 +++ b/lisp/emacs-lisp/rx.el Fri Sep 06 07:14:12 2002 +0000 @@ -694,7 +694,7 @@ still match. A non-greedy regexp matches as little as possible. `(maximal-match SEXP)' - produce a greedy regexp for SEXP. This is the default. + produce a greedy regexp for SEXP. This is the default. `(zero-or-more SEXP)' matches zero or more occurrences of what SEXP matches. @@ -739,7 +739,7 @@ matches N to M occurrences of what SEXP matches. `(eval FORM)' - evaluate FORM and insert result. If result is a string, + evaluate FORM and insert result. If result is a string, `regexp-quote' it. `(regexp REGEXP)'