emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 172/352: Lisätään autoload-komento alun asennusohjeisiin (-spell


From: Stefan Monnier
Subject: [elpa] 172/352: Lisätään autoload-komento alun asennusohjeisiin (-spelling-suggestions)
Date: Mon, 07 Jul 2014 14:03:39 +0000

monnier pushed a commit to branch master
in repository elpa.

commit fa56a488feb965f54387b654c7449cff4c89fa0e
Author: Teemu Likonen <address@hidden>
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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]