# HG changeset patch # User Oleksandr Gavenko # Date 1264454654 -7200 # Node ID 74036be9b6f9a10e9cca17b54791cf25681a8d58 # Parent 8914938042d474bdd6bb8326c92da47ec42f2a6d Elisp documentation. diff -r 8914938042d4 -r 74036be9b6f9 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. + ;;; .el --- + + ;; Copyright (C) + + ;; Author: + ;; Maintainer: + ;; Created: + ;; Version: + ;; Keywords: + ;; URL: + + ;;; Commentary: + + ;;; Code: + + ;;; 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.