monnier pushed a commit to branch master
in repository elpa.
commit 5a835330010b0261ebaaf9e8789e40a24c949ae8
Author: Teemu Likonen <[email protected]>
Date: Sun Aug 14 08:54:32 2011 +0300
Clarify that wcheck-mode is a minor mode
---
README.org | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/README.org b/README.org
index f708fc2..162c00a 100644
--- a/README.org
+++ b/README.org
@@ -123,11 +123,12 @@ accessible keys, for example:
(global-set-key (kbd "C-c p") 'wcheck-jump-backward)
#+END_SRC
-Interactive command =wcheck-mode= toggles the text-checker for the
-current buffer. Command =wcheck-change-language= is used to switch
-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.
+Interactive command =wcheck-mode= toggles the text-checker minor mode
+for the current buffer. Command =wcheck-change-language= is used to
+switch 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