Mercurial > emacs
changeset 105918:b2ce7c8bf1e6
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
at end of sentence (my Bug#4818).
author | Kevin Ryde <user42@zip.com.au> |
---|---|
date | Sun, 08 Nov 2009 21:49:49 +0000 |
parents | 510f457168de |
children | 32e202ebbfda |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Nov 08 21:48:43 2009 +0000 +++ b/lisp/ChangeLog Sun Nov 08 21:49:49 2009 +0000 @@ -1,3 +1,8 @@ +2009-11-08 Kevin Ryde <user42@zip.com.au> + + * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun + at end of sentence (my Bug#4818). + 2009-11-08 Jared Finder <jfinder@crypticstudios.com> * progmodes/compile.el (compilation-error-regexp-alist-alist):