branch: elpa-admin commit cff4ab888cdfb0c7187f373a21f776c4384068d0 Author: Teemu Likonen <tliko...@iki.fi> Commit: Teemu Likonen <tliko...@iki.fi>
Add a note for programmers about wcheck-marked-text-at --- README | 6 ++++++ 1 file changed, 6 insertions(+) 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 --------