equal
deleted
inserted
replaced
112 |
112 |
113 * Documentation. |
113 * Documentation. |
114 |
114 |
115 ** Elisp documentation. |
115 ** Elisp documentation. |
116 |
116 |
|
117 ;;; <file-name>.el --- <one-line-description> |
|
118 |
|
119 ;; Copyright (C) <years> <person> |
|
120 |
|
121 ;; Author: <person> <mail> |
|
122 ;; Maintainer: <person> <mail> |
|
123 ;; Created: <date> |
|
124 ;; Version: <version> |
|
125 ;; Keywords: <look for 'finder-by-keyword' output, separate by comma> |
|
126 ;; URL: <file-location> |
|
127 |
|
128 ;;; Commentary: |
|
129 <bla-bla-bla> |
|
130 ;;; Code: |
|
131 <lisp-code> |
|
132 ;;; <file-name> ends here |
|
133 |
|
134 See |
|
135 |
|
136 http://www.gnu.org/software/emacs/elisp-manual/html_node/Library-Headers.html |
117 http://www.emacswiki.org/cgi-bin/wiki/ElispAreaConventions |
137 http://www.emacswiki.org/cgi-bin/wiki/ElispAreaConventions |
118 |
138 |
119 *** CheckDoc. |
139 *** CheckDoc. |
120 |
140 |
121 CheckDoc checks your EmacsLisp code for errors in documentation and style. |
141 CheckDoc checks your EmacsLisp code for errors in documentation and style. |