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

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

[elpa] 159/352: Täydennetään funktioiden kuvauksia


From: Stefan Monnier
Subject: [elpa] 159/352: Täydennetään funktioiden kuvauksia
Date: Mon, 07 Jul 2014 14:03:30 +0000

monnier pushed a commit to branch master
in repository elpa.

commit 2fb29936c904e492c31b54696efa84804315ca1f
Author: Teemu Likonen <address@hidden>
Date:   Mon Aug 2 13:10:07 2010 +0000

    Täydennetään funktioiden kuvauksia
---
 wcheck-mode.el |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/wcheck-mode.el b/wcheck-mode.el
index 2a0f63a..098d13c 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -483,11 +483,15 @@ send text to standard output can be used. User is free to
 interpret the semantics. In Wcheck configuration different
 semantical units are called \"languages\".
 
-See the documentation of variable `wcheck-language-data' for
-information on how to configure Wcheck mode. Interactive command
-`wcheck-change-language' is used to switch languages. Variable
-`wcheck-read-or-skip-faces' controls which face elements are to
-be read or skipped in buffers."
+See the documentation of variables `wcheck-language-data',
+`wcheck-language' and `wcheck-read-or-skip-faces' for information
+on how to configure Wcheck mode. You can access the variables
+through customize group `wcheck'.
+
+Interactive command `wcheck-change-language' is used to switch
+languages. Command `wcheck-spelling-suggestions' gives spelling
+suggestions for misspelled text at point (also accessible through
+the right-click mouse menu)."
 
   :init-value nil
   :lighter " wck"
@@ -1048,7 +1052,9 @@ the text and (3) marker at the end of the text."
 If POS is on marked text and substitute suggestion program is
 properly configured show a menu of suggested substitutions. If
 user chooses one the original marked text is replaced with the
-chosen substitute."
+chosen substitute. If POPUP-MENU is non-nil use a graphic
+toolkit's menu for selecting suggestions. Otherwise use a text
+menu."
   (interactive "d")
   (let ((overlay-data (or (wcheck-marked-text-at pos)
                           (wcheck-marked-text-at (1- pos)))))



reply via email to

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