[PATCH 2/2] emacs: fix typo in notmuch-hello

2012-01-17 Thread Dmitry Kurochkin
---
 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

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[PATCH 2/2] emacs: fix typo in notmuch-hello

2012-01-17 Thread Dmitry Kurochkin
---
 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