Elisp documentation.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 25 Jan 2010 23:24:14 +0200
changeset 283 74036be9b6f9
parent 282 8914938042d4
child 287 b459dde3d002
child 289 2f51e10a0b6a
Elisp documentation.
emacs.rst
--- a/emacs.rst	Sun Jan 24 14:33:51 2010 +0200
+++ b/emacs.rst	Mon Jan 25 23:24:14 2010 +0200
@@ -114,6 +114,26 @@
 
 ** Elisp documentation.
 
+  ;;; <file-name>.el --- <one-line-description>
+
+  ;; Copyright (C) <years> <person>
+
+  ;; Author: <person> <mail>
+  ;; Maintainer: <person> <mail>
+  ;; Created: <date>
+  ;; Version: <version>
+  ;; Keywords: <look for 'finder-by-keyword' output, separate by comma>
+  ;; URL: <file-location>
+
+  ;;; Commentary:
+  <bla-bla-bla>
+  ;;; Code:
+  <lisp-code>
+  ;;; <file-name> ends here
+
+See
+
+  http://www.gnu.org/software/emacs/elisp-manual/html_node/Library-Headers.html
   http://www.emacswiki.org/cgi-bin/wiki/ElispAreaConventions
 
 *** CheckDoc.