fix main search shortcut typo

This commit is contained in:
Josiah Schwab 2014-01-31 10:41:56 -08:00
parent d28950cf48
commit b29489e272
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ clicked."
"\n\n"
(propertize " Basics\n\n" 'face 'mu4e-title-face)
(mu4e~main-action-str "\t* [j]ump to some maildir\n" 'mu4e-jump-to-maildir)
(mu4e~main-action-str "\t* enter a [/]earch query\n" 'mu4e-search)
(mu4e~main-action-str "\t* enter a [s]earch query\n" 'mu4e-search)
(mu4e~main-action-str "\t* [C]ompose a new message\n" 'mu4e-compose-new)
"\n"
(propertize " Bookmarks\n\n" 'face 'mu4e-title-face)