From e8449cdb492acfb6ca1596022f6bda008ad55009 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C3=ABl=20Cadilhac?= Date: Wed, 5 Sep 2007 16:24:59 +0000 Subject: [PATCH] (rx): Fix typo in docstring. --- lisp/ChangeLog | 4 ++++ lisp/emacs-lisp/rx.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e3bd85f1db3..f808f82ab04 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-09-05 Micha,Ak(Bl Cadilhac + + * emacs-lisp/rx.el (rx): Fix typo in docstring. + 2007-09-05 Glenn Morris * 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 `not-newline', `nonl' matches any character except a newline. - . + `anything' matches any character -- 2.39.5