monnier pushed a commit to branch master
in repository elpa.
commit fa56a488feb965f54387b654c7449cff4c89fa0e
Author: Teemu Likonen <[email protected]>
Date: Thu Aug 5 05:56:02 2010 +0000
Lisätään autoload-komento alun asennusohjeisiin (-spelling-suggestions)
---
wcheck-mode.el | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/wcheck-mode.el b/wcheck-mode.el
index 45d0538..ba6d13a 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -28,9 +28,11 @@
;; following lines to your Emacs initialization file (~/.emacs):
;;
;; (autoload 'wcheck-mode "wcheck-mode"
-;; "Toggle Wcheck mode." t)
+;; "Toggle wcheck mode." t)
;; (autoload 'wcheck-change-language "wcheck-mode"
-;; "Switch Wcheck-mode languages." t)
+;; "Switch wcheck-mode languages." t)
+;; (autoload 'wcheck-spelling-suggestions "wcheck-mode"
+;; "Spelling suggestions." t)
;;
;; See customize group "wcheck" for information on how to configure
;; Wcheck mode. (M-x customize-group RET wcheck RET)