[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 268/352: Add a note for programmers about wcheck-marked-text-at
From: |
Stefan Monnier |
Subject: |
[elpa] 268/352: Add a note for programmers about wcheck-marked-text-at |
Date: |
Mon, 07 Jul 2014 14:04:50 +0000 |
monnier pushed a commit to branch master
in repository elpa.
commit d7f0e4e406ae21e824f0c20cfd597b974622e9be
Author: Teemu Likonen <address@hidden>
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)))
- [elpa] 248/352: Clearer reference to the license text, (continued)
- [elpa] 248/352: Clearer reference to the license text, Stefan Monnier, 2014/07/07
- [elpa] 255/352: Copy examples from wcheck-language-data doc to README, Stefan Monnier, 2014/07/07
- [elpa] 254/352: Rephrase some parts of README, Stefan Monnier, 2014/07/07
- [elpa] 261/352: Merge branch 'action', Stefan Monnier, 2014/07/07
- [elpa] 258/352: README: Move copyright and license text to the end, Stefan Monnier, 2014/07/07
- [elpa] 256/352: Add link to the GPL3 license text in www.gnu.org, Stefan Monnier, 2014/07/07
- [elpa] 260/352: The "args" option can no longer be a string, Stefan Monnier, 2014/07/07
- [elpa] 263/352: README: Add a section about source code repository, Stefan Monnier, 2014/07/07
- [elpa] 264/352: Ensure case-fold-search=t in the example email detect function, Stefan Monnier, 2014/07/07
- [elpa] 277/352: Accept any value for case-fold option in customize system, Stefan Monnier, 2014/07/07
- [elpa] 268/352: Add a note for programmers about wcheck-marked-text-at,
Stefan Monnier <=
- [elpa] 279/352: Remove examples from wcheck-language-data doc and replace it with URL, Stefan Monnier, 2014/07/07
- [elpa] 272/352: Revert "Emphasize wcheck-language-data-defaults in read-or-skip-faces doc", Stefan Monnier, 2014/07/07
- [elpa] 280/352: Add a table of contents to README file, Stefan Monnier, 2014/07/07
- [elpa] 276/352: Put quotes `...' around the example function add-word-to-dictionary, Stefan Monnier, 2014/07/07
- [elpa] 278/352: New feature: the only action menu item can be chosen automatically, Stefan Monnier, 2014/07/07
- [elpa] 269/352: Clarify that OPERATION-MODE can be also be nil, Stefan Monnier, 2014/07/07
- [elpa] 281/352: State that action-autoselect=nil is the default, Stefan Monnier, 2014/07/07
- [elpa] 282/352: Replace nested IF structure with COND in wcheck-actions, Stefan Monnier, 2014/07/07
- [elpa] 284/352: Don't bind variable "language" unnecessarily, Stefan Monnier, 2014/07/07
- [elpa] 288/352: Document where "syntax" and "case-fold" are used, Stefan Monnier, 2014/07/07