From: Juanma Barranquero Date: Fri, 6 Sep 2002 07:14:12 +0000 (+0000) Subject: (rx): Fix spacing. X-Git-Tag: ttn-vms-21-2-B4~13371 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a6cac62de3218c08ea0d569d15afcbb2aa329eb;p=emacs.git (rx): Fix spacing. --- 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)'