summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-09-06 07:14:12 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-09-06 07:14:12 +0000
commit0a6cac62de3218c08ea0d569d15afcbb2aa329eb (patch)
treed1191ff9cc3898c4b69572dde97995bbdc8a4f9f /lisp/emacs-lisp
parent05619b997817aa6042705b44ec4b577e97514174 (diff)
downloademacs-0a6cac62de3218c08ea0d569d15afcbb2aa329eb.tar.gz
emacs-0a6cac62de3218c08ea0d569d15afcbb2aa329eb.tar.bz2
emacs-0a6cac62de3218c08ea0d569d15afcbb2aa329eb.zip
(rx): Fix spacing.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/rx.el4
1 files 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)'