# HG changeset patch # User Micha¸«³l Cadilhac # Date 1189009479 0 # Node ID bdeef0472e21b46bc2790a6d4c4478c71fc719ad # Parent 5c17bb0d439039fe84a2959250547f48019fe141 (rx): Fix typo in docstring. diff -r 5c17bb0d4390 -r bdeef0472e21 lisp/emacs-lisp/rx.el --- a/lisp/emacs-lisp/rx.el Wed Sep 05 03:49:26 2007 +0000 +++ b/lisp/emacs-lisp/rx.el Wed Sep 05 16:24:39 2007 +0000 @@ -679,7 +679,7 @@ `not-newline', `nonl' matches any character except a newline. - . + `anything' matches any character