[PATCH 2/2] emacs: fix typo in notmuch-hello
Dmitry Kurochkin
dmitry.kurochkin at gmail.com
Tue Jan 17 05:24:46 PST 2012
---
emacs/notmuch-hello.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el
index a71f3ce..aed1fb3 100644
--- a/emacs/notmuch-hello.el
+++ b/emacs/notmuch-hello.el
@@ -509,7 +509,7 @@ Complete list of currently available key bindings:
:action (lambda (widget &rest ignore)
(notmuch-hello-search (widget-value widget))))
;; add an invisible dot to make `widget-end-of-line' ignore
- ;; trailine spaces in the search widget field
+ ;; trailing spaces in the search widget field
(widget-insert ".")
(put-text-property (1- (point)) (point) 'invisible t)
(widget-insert "\n")
--
1.7.8.3
More information about the notmuch
mailing list