monnier pushed a commit to branch master
in repository elpa.
commit df4baf9c9b1e479656cc0caed442ab7b25f5047f
Author: Teemu Likonen <[email protected]>
Date: Mon Feb 22 17:17:26 2010 +0000
Kielellistä hienosäätöä funktioiden kuvauksissa
---
wcheck-mode.el | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/wcheck-mode.el b/wcheck-mode.el
index 445af19..f5ca399 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -467,11 +467,11 @@ information on how to configure Wcheck mode. Interactive
command
(defun wcheck-timer-read-event ()
"Send windows' content to external program.
This function is usually called by the wcheck-mode idle timer.
-The function walks through all windows which belong to buffer
+The function walks through all windows which belong to the buffer
that have requested update. It reads windows' content and sends
-it to an external program. Finally, this function starts another
-idle timer (just once) for marking words or other text elements
-in buffers."
+it to the external program associated with the buffer. Finally,
+this function starts another idle timer for marking words or
+other text elements in buffers."
(dolist (buffer wcheck-timer-read-requested)
(when (buffer-live-p buffer)
@@ -543,8 +543,8 @@ function marks (with overlays) words or other text elements
in
buffers that have requested it through the variable
`wcheck-timer-paint-requested'.
-If the optional argument REPEAT exists and is integer then also
-call the function repeatedly that many times after the first
+If the optional argument REPEAT exists and is an integer then
+also call the function repeatedly that many times after the first
call. The delay between consecutive calls is defined in variable
`wcheck-timer-idle'."