mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 11:58:10 +01:00
emacs: polish notmuch-hello help text
Make `=' binding description consistent with others.
This commit is contained in:
parent
76f5da775e
commit
d0a048f856
4 changed files with 4 additions and 4 deletions
|
@ -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))))
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue