From f222e00599b4534a6db8fa7654c665cdb9de857e Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sat, 28 Jan 2012 19:41:25 +0100 Subject: [PATCH] follow header conventions --- cheat.el | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/cheat.el b/cheat.el index ed204fa..255f3f7 100644 --- a/cheat.el +++ b/cheat.el @@ -1,12 +1,7 @@ -;; cheat.el -;; Time-stamp: <2007-08-22 10:00:04 sjs> -;; +;;; cheat.el --- A handy interface to the command line utility cheat + ;; Copyright (c) 2007 Sami Samhuri -;; -;; See http://sami.samhuri.net/2007/08/10/cheat-from-emacs for updates. -;; -;; License -;; + ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License ;; as published by the Free Software Foundation; either version 2 @@ -20,11 +15,17 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -;; -;; -;; Provide a handy interface to cheat. + +;;; Commentary: + +;; This package provides a handy interface to the command line +;; utility cheat. + ;; See http://cheat.errtheblog.com for details on cheat itself. -;; +;; See http://sami.samhuri.net/2007/08/10/cheat-from-emacs for updates. + +;;; Change Log: + ;; sjs 2007.08.21 ;; * Cache the list of cheat sheets, update it once a day (configurable). ;; * Strictly complete cheat sheet names. @@ -272,4 +273,4 @@ Also see `cheat-cache-sheets'." (defun cheat->buffer (name) (concat "*cheat-" name "*")) -(provide 'cheat) \ No newline at end of file +(provide 'cheat)