# HG changeset patch # User Oleksandr Gavenko # Date 1263846164 -7200 # Node ID 4739b9c54c189d4ca2b32a1eeda6d1ba34ffa12f # Parent 061995ef35d27f110648915b0c665250875a757d About CheckDoc. diff -r 061995ef35d2 -r 4739b9c54c18 emacs.rst --- a/emacs.rst Sun Jan 17 21:01:32 2010 +0200 +++ b/emacs.rst Mon Jan 18 22:22:44 2010 +0200 @@ -109,3 +109,17 @@ $ make bootstrap $ make info $ make install + +* Documentation. + +** Elisp documentation. + + http://www.emacswiki.org/cgi-bin/wiki/ElispAreaConventions + +*** CheckDoc. + +CheckDoc checks your EmacsLisp code for errors in documentation and style. + + http://cedet.sourceforge.net/checkdoc.shtml + home page before including it into GNU Emacs + http://www.emacswiki.org/emacs/CheckDoc