@@ -33,18 +33,21 @@ You can generate a PDF or an HTML copy of this guide using
33
33
34
34
## Table of Contents
35
35
36
- * [ Source Code Layout & Organization] ( #source-code-layout--organization )
37
- * [ Syntax] ( #syntax )
38
- * [ Naming] ( #naming )
39
- * [ Strings] ( #strings )
40
- * [ Macros] ( #macros )
41
- * [ Macro Declarations] ( #macro-declarations )
42
- * [ Anonymous (lambda) functions] ( #anonymous-lambda-functions )
43
- * [ Loading and Autoloading] ( #loading-and-autoloading )
44
- * [ Comments] ( #comments )
45
- * [ Comment Annotations] ( #comment-annotations )
46
- * [ Docstrings] ( #docstrings )
47
- * [ Existential] ( #existential )
36
+ - [ Source Code Layout & Organization] ( #source-code-layout--organization )
37
+ - [ Syntax] ( #syntax )
38
+ - [ Naming] ( #naming )
39
+ - [ Macros] ( #macros )
40
+ - [ Functions] ( #functions )
41
+ - [ Macro Declarations] ( #macro-declarations )
42
+ - [ Loading and Autoloading] ( #loading-and-autoloading )
43
+ - [ Comments] ( #comments )
44
+ - [ Comment Annotations] ( #comment-annotations )
45
+ - [ Docstrings] ( #docstrings )
46
+ - [ Tools] ( #tools )
47
+ - [ Existential] ( #existential )
48
+ - [ Contributing] ( #contributing )
49
+ - [ License] ( #license )
50
+ - [ Spread the Word] ( #spread-the-word )
48
51
49
52
## Source Code Layout & Organization
50
53
@@ -658,10 +661,15 @@ you are helping to continue that tradition!
658
661
...)
659
662
```
660
663
661
- * Emacs' built-in utility, Checkdoc, can automatically check
662
- docstrings for adherence to coding conventions with the built-in
663
- Checkdoc utility. Many in the Emacs community use Checkdoc by way of
664
- [ Flycheck] ( http://flycheck.readthedocs.org/en/latest/ ) .
664
+ ## Tools
665
+
666
+ * Use ` checkdoc ` to check for style issues
667
+ * Many in the Emacs community use ` checkdoc `
668
+ with [ Flycheck] ( http://flycheck.readthedocs.org/en/latest/ ) .
669
+ * Use [ ` package-lint ` ] ( https://github.com/purcell/package-lint ) to check
670
+ packages before submission to repositories such
671
+ as [ MELPA] ( https://melpa.org/ ) .
672
+ * See the ` package-lint ` README about integration with [ ` flycheck ` ] ( http://www.flycheck.org/en/latest/ ) .
665
673
666
674
## Existential
667
675
0 commit comments