aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichaël Cadilhac2007-09-05 16:24:59 +0000
committerMichaël Cadilhac2007-09-05 16:24:59 +0000
commite8449cdb492acfb6ca1596022f6bda008ad55009 (patch)
tree4d73ba9dc2b1868b5fc664aa87dfefbc0d2040c7
parentd0da8f91f119cd33b7778739411b81b394d9a530 (diff)
downloademacs-e8449cdb492acfb6ca1596022f6bda008ad55009.tar.gz
emacs-e8449cdb492acfb6ca1596022f6bda008ad55009.zip
(rx): Fix typo in docstring.
-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 e3bd85f1db3..f808f82ab04 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12007-09-05 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
2
3 * emacs-lisp/rx.el (rx): Fix typo in docstring.
4
12007-09-05 Glenn Morris <rgm@gnu.org> 52007-09-05 Glenn Morris <rgm@gnu.org>
2 6
3 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode 7 * 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 ae150078785..f46aea8540a 100644
--- a/lisp/emacs-lisp/rx.el
+++ b/lisp/emacs-lisp/rx.el
@@ -679,7 +679,7 @@ CHAR
679 679
680`not-newline', `nonl' 680`not-newline', `nonl'
681 matches any character except a newline. 681 matches any character except a newline.
682 . 682
683`anything' 683`anything'
684 matches any character 684 matches any character
685 685