From 47dae899e0b7c92e60d2d11c47df2d82e21ffe8f Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Mon, 6 Oct 2008 22:34:26 +1030 Subject: [PATCH] * wesnoth-update.el: Minor documentation update. --- wesnoth-update.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wesnoth-update.el b/wesnoth-update.el index 6ed6f96..84698ee 100644 --- a/wesnoth-update.el +++ b/wesnoth-update.el @@ -1,4 +1,4 @@ -;;; wesnoth-update.el --- Update WML data via a wesnoth installation. +;;; wesnoth-update.el --- Update known WML data via existing valid WML. ;; Copyright (C) 2008 Chris Mann ;; This program is free software; you can redistribute it and/or @@ -43,12 +43,11 @@ ;; (add-hook 'wesnoth-mode-hook ;; '(lambda () ;; (wesnoth-update-teach-wesnoth-mode "/path/to/structured/wml.cfg"))) - ;;; History: ;; 0.1 ;; * Initial version - + ;;; Code: (require 'cl) -- 2.11.4.GIT