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

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

[elpa] 64/352: Kielellistä hienosäätöä


From: Stefan Monnier
Subject: [elpa] 64/352: Kielellistä hienosäätöä
Date: Mon, 07 Jul 2014 14:02:06 +0000

monnier pushed a commit to branch master
in repository elpa.

commit 755dc2f21624deeaa76c2bb5cc99407336111269
Author: Teemu Likonen <address@hidden>
Date:   Sun May 24 15:55:20 2009 +0000

    Kielellistä hienosäätöä
---
 wcheck-mode.el |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/wcheck-mode.el b/wcheck-mode.el
index d702f86..dd6d028 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -220,7 +220,7 @@ sisäiseen käyttöön.")
 
 (defvar wcheck-mode-map
   (make-sparse-keymap)
-  "Keymap for wcheck-mode")
+  "Keymap for `wcheck-mode'.")
 
 
 (defconst wcheck-timer-idle .6
@@ -286,7 +286,7 @@ interactively) then change the default language for new 
buffers."
   "Interface for external spell-checkers and filtering programs.
 
 Wcheck is a minor mode for automatically marking words or other
-text pieces in Emacs buffer. Wcheck sends (parts of) buffer's
+text elements in Emacs buffer. Wcheck sends (parts of) buffer's
 content to an external text-filtering program and, based on its
 output, decides if some parts of text should be marked.
 
@@ -453,7 +453,8 @@ in buffers."
                                                              window)))))
          'nomb t))))
 
-  ;; Start a timer which will mark text in buffers/windows.
+  ;; Start a timer which will mark text in buffers/windows. We pass
+  ;; argument "2" for the timer so that it will run three times.
   (run-with-idle-timer (+ wcheck-timer-idle
                           (wcheck-current-idle-time-seconds))
                        nil 'wcheck-timer-paint-event



reply via email to

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