aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-hello.el
diff options
context:
space:
mode:
authorGravatar Dmitry Kurochkin <dmitry.kurochkin@gmail.com>2012-01-25 22:24:56 +0400
committerGravatar David Bremner <bremner@debian.org>2012-01-26 08:20:40 -0400
commitd0a048f8561f63de5e30cb23dec6b6facb79c851 (patch)
treeca7f9aca84a49c9e9e0cddae85ac8ae025eda06a /emacs/notmuch-hello.el
parent76f5da775e21b40aaa654e4a69f64770bb4801bd (diff)
emacs: polish notmuch-hello help text
Make `=' binding description consistent with others.
Diffstat (limited to 'emacs/notmuch-hello.el')
-rw-r--r--emacs/notmuch-hello.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el
index ab65e369..d17a30f9 100644
--- a/emacs/notmuch-hello.el
+++ b/emacs/notmuch-hello.el
@@ -580,7 +580,7 @@ Complete list of currently available key bindings:
(when notmuch-saved-searches
(widget-insert "Edit saved searches with the `edit' button.\n"))
(widget-insert "Hit RET or click on a saved search or tag name to view matching threads.\n")
- (widget-insert "`=' refreshes this screen. `s' to search messages. `q' to quit.\n")
+ (widget-insert "`=' to refresh this screen. `s' to search messages. `q' to quit.\n")
(let ((fill-column (- (window-width) notmuch-hello-indent)))
(center-region start (point))))