]> git.eshelyaron.com Git - emacs.git/commitdiff
(rx): Fix spacing.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 07:14:12 +0000 (07:14 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 07:14:12 +0000 (07:14 +0000)
lisp/emacs-lisp/rx.el

index 92eea6d00a36221a0caec974f1d8c168439344ac..938564b5dde5bebab2a73633b7c561cd2ad1dae4 100644 (file)
@@ -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)'