monnier pushed a commit to branch master
in repository elpa.
commit d7f0e4e406ae21e824f0c20cfd597b974622e9be
Author: Teemu Likonen <[email protected]>
Date: Wed Jun 29 14:45:32 2011 +0300
Add a note for programmers about wcheck-marked-text-at
---
README | 6 ++++++
wcheck-mode.el | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/README b/README
index c5010e4..fe8b39c 100644
--- a/README
+++ b/README
@@ -123,6 +123,12 @@ languages and command `wcheck-actions' (or the right mouse
button) opens
an actions menu for marked text. Commands `wcheck-jump-forward' and
`wcheck-jump-backward' jump to next or previous marked text area.
+A note for Emacs Lisp programmers: Emacs Lisp function
+`wcheck-marked-text-at' returns information about marked text at a
+buffer position. Programmers can use it to perform any kind of actions
+for marked text. Function `wcheck-query-language-data' can be used for
+querying effective configuration data for any language.
+
Examples
--------
diff --git a/wcheck-mode.el b/wcheck-mode.el
index 27d4554..b1e0071 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -1067,7 +1067,7 @@ area.
A note for Emacs Lisp programmers: Emacs Lisp function
`wcheck-marked-text-at' returns information about marked text at
a buffer position. Function `wcheck-query-language-data' can be
-used for querying effective configuration data for a language."
+used for querying effective configuration data for any language."
:init-value nil
:lighter (" W:" (:eval (wcheck-mode-line-lang)))