(rx): Fix spacing.

This commit is contained in:
Juanma Barranquero 2002-09-06 07:14:12 +00:00
parent 05619b9978
commit 0a6cac62de

View 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)'