monnier pushed a commit to branch master
in repository elpa.
commit 550db15283bcf39628dc4e61b0776ff9926e0441
Author: Teemu Likonen <[email protected]>
Date: Wed May 20 17:47:44 2009 +0000
Lisätään asennusohjeet wcheck-mode.el-tiedoston alkuun
---
wcheck-mode.el | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/wcheck-mode.el b/wcheck-mode.el
index e79d223..6abe343 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -1,5 +1,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; wcheck-mode.el
+;;
+;; Interface for external spell-checkers and text-filtering programs.
;; Copyright (C) 2009 Teemu Likonen <[email protected]>
@@ -20,6 +22,20 @@
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
+;; INSTALLATION
+;;
+;; Put this file to some directory in your "load-path" and add the
+;; following lines to your Emacs initialization file (~/.emacs):
+;;
+;; (autoload 'wcheck-mode "wcheck-mode"
+;; "Toggle Wcheck mode." t)
+;; (autoload 'wcheck-change-language "wcheck-mode"
+;; "Switch Wcheck-mode languages." t)
+;;
+;; See customize group "wcheck" for information on how to configure
+;; Wcheck mode. (M-x customize-group RET wcheck RET)
+
+
;;; Muuttujat ja asetukset