emacs: polish notmuch-hello help text

Make `=' binding description consistent with others.
This commit is contained in:
Dmitry Kurochkin 2012-01-25 22:24:56 +04:00 committed by David Bremner
parent 76f5da775e
commit d0a048f856
4 changed files with 4 additions and 4 deletions

View 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")
(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))))

View 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.
`=' refreshes this screen. `s' to search messages. `q' to quit.
`=' to refresh this screen. `s' to search messages. `q' to quit.

View 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.
`=' refreshes this screen. `s' to search messages. `q' to quit.
`=' to refresh this screen. `s' to search messages. `q' to quit.

View 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.
`=' refreshes this screen. `s' to search messages. `q' to quit.
`=' to refresh this screen. `s' to search messages. `q' to quit.