summaryrefslogtreecommitdiff
path: root/notmuch.el
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2009-12-03 07:30:26 -0800
committerCarl Worth <cworth@cworth.org>2009-12-03 07:30:26 -0800
commit48a1b8b0060c02d0ba111e3fc8a953bdc088cb88 (patch)
tree037e3f209495f49ef7f92854d0e1085b031437b3 /notmuch.el
parent656709b5ed0ed216dd71e7376ac99e3b66f8ebd3 (diff)
TODO, emacs: Correct a few typos.
Sometime I'll stop misspelling things so much, honets.
Diffstat (limited to 'notmuch.el')
-rw-r--r--notmuch.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/notmuch.el b/notmuch.el
index 84247aa..7bbaaef 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -391,7 +391,7 @@ point either forward or backward to the next visible character
when a command ends with point on an invisible character).
Emits an error if point is not within a valid message, (that is
-not pattern of `notmuch-show-message-begin-regexp' could be found
+no pattern of `notmuch-show-message-begin-regexp' could be found
by searching backward)."
(beginning-of-line)
(if (not (looking-at notmuch-show-message-begin-regexp))
@@ -408,7 +408,7 @@ by searching backward)."
(not (re-search-forward notmuch-show-message-begin-regexp nil t)))))
(defun notmuch-show-message-unread-p ()
- "Preficate testing whether current message is unread."
+ "Predicate testing whether current message is unread."
(member "unread" (notmuch-show-get-tags)))
(defun notmuch-show-next-message ()