Innehållsförteckning RecentChanges News ElispArea HowTo Problems Suggestions

CheckDoc

Last edit

Sammanfattning: add my checkdoc-autoload.el, checkdoc-batch.el and checkdoc-url-buttonize.el

Ändrad:

< * [http://user42.tuxfamily.org/checkdoc-keywords/index.html checkdoc-keywords.el] -- at least one "Keyword:" known to FinderMode

till

> * [http://user42.tuxfamily.org/checkdoc-autoload/index.html checkdoc-autoload.el] -- <code>;;;###autoload</code> on at least one entrypoint command
> * [http://user42.tuxfamily.org/checkdoc-batch/index.html checkdoc-batch.el] -- batch summary of problems instead of interactive
> * [http://user42.tuxfamily.org/checkdoc-
keywords/index.html checkdoc-keywords.el] -- at least one <code>Keyword:</code> known to FinderMode
> * [http://user42.tuxfamily.org/checkdoc-url-buttonize/index.html checkdoc-url-buttonize.el] -- <code>URL `http://...'</code> for buttonizing docstrings


CheckDoc checks your EmacsLisp code for errors in documentation and style.

Running CheckDoc is a must before posting to gnu.emacs.sources or uploading to the ElispArea.

The homepage is http://cedet.sourceforge.net/checkdoc.shtml

http://cedet.sourceforge.net/checkdoc.jpg

checkdoc.el is part of GNU Emacs since version 21.

Here are some things extending checkdoc,


CategoryCode