monnier pushed a commit to branch master
in repository elpa.

commit 934da2423b66fc367135925ef126d3b32add93d2
Author: Teemu Likonen <[email protected]>
Date:   Thu Oct 20 18:28:46 2011 +0300

    Rephrase references to non-existing functions in README
---
 README.org |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index db9b879..52525b5 100644
--- a/README.org
+++ b/README.org
@@ -199,7 +199,7 @@ Below is an example on how to add an "Add to dictionary" 
feature to the
 actions menu, among spelling suggestions. First, there's the language
 configuration. The example below is similar to the "British English"
 configuration above except that Enchant spell-checker is used and
-=action-parser= is a custom function (which doesn't exist yet).
+=action-parser= is a custom function (which will be defined later).
 
 #+BEGIN_SRC emacs-lisp
   ("British English"
@@ -214,7 +214,7 @@ The action parser is custom function 
=enchant-suggestions-menu=. It will
 call =wcheck-parser-ispell-suggestions= and then add "Add to dictionary"
 option in the front of the spelling suggestions list. Choosing that
 option from the actions menu will call function
-=enchant-add-to-dictionary= (which doesn't exist yet).
+=enchant-add-to-dictionary= (will be defined later).
 
 #+BEGIN_SRC emacs-lisp
   (defun enchant-suggestions-menu (marked-text)

Reply via email to