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

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

[elpa] 302/352: Clarify that wcheck-mode is a minor mode


From: Stefan Monnier
Subject: [elpa] 302/352: Clarify that wcheck-mode is a minor mode
Date: Mon, 07 Jul 2014 14:05:13 +0000

monnier pushed a commit to branch master
in repository elpa.

commit 5a835330010b0261ebaaf9e8789e40a24c949ae8
Author: Teemu Likonen <address@hidden>
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



reply via email to

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