unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] emacs: polish notmuch-hello help text
@ 2012-01-25 18:24 Dmitry Kurochkin
  2012-01-25 19:24 ` David Edmondson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dmitry Kurochkin @ 2012-01-25 18:24 UTC (permalink / raw)
  To: notmuch

Make `=' binding description consistent with others.
---
 emacs/notmuch-hello.el                             |    2 +-
 test/emacs.expected-output/notmuch-hello           |    2 +-
 .../notmuch-hello-no-saved-searches                |    2 +-
 .../emacs.expected-output/notmuch-hello-with-empty |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el
index ab65e36..d17a30f 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))))
 
diff --git a/test/emacs.expected-output/notmuch-hello b/test/emacs.expected-output/notmuch-hello
index c43ab8c..3e59595 100644
--- a/test/emacs.expected-output/notmuch-hello
+++ b/test/emacs.expected-output/notmuch-hello
@@ -11,4 +11,4 @@ Search:                                                                     .
 	 Type a search query and hit RET to view matching threads.
 		Edit saved searches with the `edit' button.
   Hit RET or click on a saved search or tag name to view matching threads.
-      `=' refreshes this screen. `s' to search messages. `q' to quit.
+      `=' to refresh this screen. `s' to search messages. `q' to quit.
diff --git a/test/emacs.expected-output/notmuch-hello-no-saved-searches b/test/emacs.expected-output/notmuch-hello-no-saved-searches
index 080a56b..ef0e5d0 100644
--- a/test/emacs.expected-output/notmuch-hello-no-saved-searches
+++ b/test/emacs.expected-output/notmuch-hello-no-saved-searches
@@ -7,4 +7,4 @@ Search:                                                                     .
 	 Type a search query and hit RET to view matching threads.
 		Edit saved searches with the `edit' button.
   Hit RET or click on a saved search or tag name to view matching threads.
-      `=' refreshes this screen. `s' to search messages. `q' to quit.
+      `=' to refresh this screen. `s' to search messages. `q' to quit.
diff --git a/test/emacs.expected-output/notmuch-hello-with-empty b/test/emacs.expected-output/notmuch-hello-with-empty
index a9e312c..71edba7 100644
--- a/test/emacs.expected-output/notmuch-hello-with-empty
+++ b/test/emacs.expected-output/notmuch-hello-with-empty
@@ -11,4 +11,4 @@ Search:                                                                     .
 	 Type a search query and hit RET to view matching threads.
 		Edit saved searches with the `edit' button.
   Hit RET or click on a saved search or tag name to view matching threads.
-      `=' refreshes this screen. `s' to search messages. `q' to quit.
+      `=' to refresh this screen. `s' to search messages. `q' to quit.
-- 
1.7.8.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] emacs: polish notmuch-hello help text
  2012-01-25 18:24 [PATCH] emacs: polish notmuch-hello help text Dmitry Kurochkin
@ 2012-01-25 19:24 ` David Edmondson
  2012-01-25 21:59 ` Tomi Ollila
  2012-01-26 12:24 ` David Bremner
  2 siblings, 0 replies; 4+ messages in thread
From: David Edmondson @ 2012-01-25 19:24 UTC (permalink / raw)
  To: Dmitry Kurochkin, notmuch

[-- Attachment #1: Type: text/plain, Size: 20 bytes --]

Obviously good, +1.

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] emacs: polish notmuch-hello help text
  2012-01-25 18:24 [PATCH] emacs: polish notmuch-hello help text Dmitry Kurochkin
  2012-01-25 19:24 ` David Edmondson
@ 2012-01-25 21:59 ` Tomi Ollila
  2012-01-26 12:24 ` David Bremner
  2 siblings, 0 replies; 4+ messages in thread
From: Tomi Ollila @ 2012-01-25 21:59 UTC (permalink / raw)
  To: Dmitry Kurochkin, notmuch


+1

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] emacs: polish notmuch-hello help text
  2012-01-25 18:24 [PATCH] emacs: polish notmuch-hello help text Dmitry Kurochkin
  2012-01-25 19:24 ` David Edmondson
  2012-01-25 21:59 ` Tomi Ollila
@ 2012-01-26 12:24 ` David Bremner
  2 siblings, 0 replies; 4+ messages in thread
From: David Bremner @ 2012-01-26 12:24 UTC (permalink / raw)
  To: Dmitry Kurochkin, notmuch

On Wed, 25 Jan 2012 22:24:56 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:
> Make `=' binding description consistent with others.

pushed.

d

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-01-26 12:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-25 18:24 [PATCH] emacs: polish notmuch-hello help text Dmitry Kurochkin
2012-01-25 19:24 ` David Edmondson
2012-01-25 21:59 ` Tomi Ollila
2012-01-26 12:24 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).