# HG changeset patch # User Juanma Barranquero # Date 1031296452 0 # Node ID 14ef33c0a70422c45a71b2664b0b8ece69b554e6 # Parent c0bc3c14bafc9fd686c67c4c02f66e22159f7585 (rx): Fix spacing. diff -r c0bc3c14bafc -r 14ef33c0a704 lisp/emacs-lisp/rx.el --- 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)'