|
Checkdoc is a utility useful for checking the style of your Emacs Lisp files. The styles examined were gleaned from the Emacs Lisp manual and logical extensions. Currently doc strings are the most extensivly checked for style, including:
Checkdoc has extended tests for rogue whitespace (at the end of lines), error text style, and comment styles. (Comment style hooks into lisp-mnt.el:lm-verify.) Checkdoc's style checking engines are all accessible through `checkdoc-minor-mode' which provides keybindings to remind you of your stylistic errors as you write your code, and preventing long annoying sessions of checking all your documentation.
Checkdoc is now a part of both Emacs and XEmacs. The versions of checkdoc within GNU Emacs are more recent than those provided here. You can download the last release I provided: |
  |
|
Copyright(C) 1997,98,99,2000,01,02,03,04,05,06,07,08,09,10,11 Eric M. Ludlam Verbatim copying and distribution is permitted in any medium, provided this notice is preserved. |