Mercurial > emacs
comparison lisp/emacs-lisp/checkdoc.el @ 88123:375f2633d815
New directory
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 08 Sep 2003 11:56:09 +0000 |
parents | 695cf19ef79e |
children | 68c22ea6027c |
comparison
equal
deleted
inserted
replaced
52428:27bc8b966642 | 88123:375f2633d815 |
---|---|
2694 "Argument `.*' should appear (as .*) in the doc string") | 2694 "Argument `.*' should appear (as .*) in the doc string") |
2695 (add-to-list 'debug-ignored-errors "Disambiguate .* by preceding .*") | 2695 (add-to-list 'debug-ignored-errors "Disambiguate .* by preceding .*") |
2696 | 2696 |
2697 (provide 'checkdoc) | 2697 (provide 'checkdoc) |
2698 | 2698 |
2699 ;;; arch-tag: c49a7ec8-3bb7-46f2-bfbc-d5f26e033b26 | |
2700 ;;; checkdoc.el ends here | 2699 ;;; checkdoc.el ends here |