]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: polish notmuch-hello help text
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Wed, 25 Jan 2012 18:24:56 +0000 (22:24 +0400)
committerDavid Bremner <bremner@debian.org>
Thu, 26 Jan 2012 12:20:40 +0000 (08:20 -0400)
Make `=' binding description consistent with others.

emacs/notmuch-hello.el
test/emacs.expected-output/notmuch-hello
test/emacs.expected-output/notmuch-hello-no-saved-searches
test/emacs.expected-output/notmuch-hello-with-empty

index ab65e3699d3e78384b0dc42e381f0f858950c54c..d17a30f91e0c830dc3e394c97ff48b666401936d 100644 (file)
@@ -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")
        (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))))
 
        (let ((fill-column (- (window-width) notmuch-hello-indent)))
          (center-region start (point))))
 
index c43ab8c6c327c6509597d5f87ebe4da1fbd282d8..3e59595f91416e03093466c09e184f29c01ca9c3 100644 (file)
@@ -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.
         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.
index 080a56b2f0b9474350ed0cbb165f440c0f72fe4e..ef0e5d050511b9e28024008fb56a63200b6f1f78 100644 (file)
@@ -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.
         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.
index a9e312c06fd5d80b381f48816fa159722f170c14..71edba73ba8672839efe181b9b0aac1ea05fee67 100644 (file)
@@ -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.
         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.