diff options
| author | Kevin Ryde <user42@zip.com.au> | 2009-10-27 22:59:55 +0000 |
|---|---|---|
| committer | Kevin Ryde <user42@zip.com.au> | 2009-10-27 22:59:55 +0000 |
| commit | 3064457307967db23a5c2636100901fee37cf7ef (patch) | |
| tree | 4066e58fc5582371aad98015cce3f1536fcb1566 | |
| parent | 849f465a05aa93b96a3b3e89345a88af4b0b0c90 (diff) | |
| download | emacs-3064457307967db23a5c2636100901fee37cf7ef.tar.gz | |
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine): Use
help-xref-info-regexp and help-xref-url-regexp to identify links.
(Further to Bug#3921).
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 80bec52f000..254fcb2832f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2009-10-27 Kevin Ryde <user42@zip.com.au> + + * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine): Use + help-xref-info-regexp and help-xref-url-regexp to identify links. + (Further to Bug#3921). + 2009-10-27 Michael Albinus <michael.albinus@gmx.de> * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'. |
