aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/emacs-lisp/rx.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e3bd85f1db..f808f82ab0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-05 Micha,Ak(Bl Cadilhac <[email protected]>
+
+ * emacs-lisp/rx.el (rx): Fix typo in docstring.
+
2007-09-05 Glenn Morris <[email protected]>
* cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el
index ae15007878..f46aea8540 100644
--- a/lisp/emacs-lisp/rx.el
+++ b/lisp/emacs-lisp/rx.el
@@ -679,7 +679,7 @@ CHAR
`not-newline', `nonl'
matches any character except a newline.
- .
+
`anything'
matches any character