From 0a6cac62de3218c08ea0d569d15afcbb2aa329eb Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 6 Sep 2002 07:14:12 +0000 Subject: [PATCH] (rx): Fix spacing. --- lisp/emacs-lisp/rx.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el index 92eea6d00a3..938564b5dde 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el @@ -694,7 +694,7 @@ CHAR 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 @@ CHAR 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)' -- 2.11.4.GIT