diff options
author | Michaël Cadilhac <michael.cadilhac@lrde.org> | 2007-09-05 16:24:59 +0000 |
---|---|---|
committer | Michaël Cadilhac <michael.cadilhac@lrde.org> | 2007-09-05 16:24:59 +0000 |
commit | e8449cdb492acfb6ca1596022f6bda008ad55009 (patch) | |
tree | 4d73ba9dc2b1868b5fc664aa87dfefbc0d2040c7 /lisp/emacs-lisp | |
parent | d0da8f91f119cd33b7778739411b81b394d9a530 (diff) | |
download | emacs-e8449cdb492acfb6ca1596022f6bda008ad55009.tar.gz emacs-e8449cdb492acfb6ca1596022f6bda008ad55009.tar.bz2 emacs-e8449cdb492acfb6ca1596022f6bda008ad55009.zip |
(rx): Fix typo in docstring.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/rx.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |