monnier pushed a commit to branch master
in repository elpa.
commit 6314d6f6a97f124707e7ad5284633355fbd2d90f
Author: Teemu Likonen <[email protected]>
Date: Wed Jun 29 14:38:39 2011 +0300
Rephrase examples
---
README | 2 +-
wcheck-mode.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
index e543bd9..c5010e4 100644
--- a/README
+++ b/README
@@ -211,7 +211,7 @@ that adds a new string to the dictionary.
(let ((word (aref marked-text 0))
(language (aref marked-text 4)))
- ;; Do the actual job here. That is, write code that adds
+ ;; Do the actual work here. That is, write code that adds
;; the string stored in variable "word" to the
;; appropriate dictionary.
diff --git a/wcheck-mode.el b/wcheck-mode.el
index 7de3c9e..27d4554 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -637,7 +637,7 @@ Then write code that adds a new string to the dictionary.
(let ((word (aref marked-text 0))
(language (aref marked-text 4)))
- ;; Do the actual job here. That is, write code that adds
+ ;; Do the actual work here. That is, write code that adds
;; the string stored in variable \"word\" to the
;; appropriate dictionary.