aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-search.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon-search.el')
-rw-r--r--lisp/mastodon-search.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el
index cedb22a..40cf15a 100644
--- a/lisp/mastodon-search.el
+++ b/lisp/mastodon-search.el
@@ -192,7 +192,9 @@ ACCOUNT-ID means limit search to that account."
(mastodon-search--format-heading "STATUSES")
(mapc #'mastodon-tl--toot statuses)) ;toots-list-json))
(goto-char (point-min))
- (message "`C-c' `C-c' to cycle result types."))))
+ (message
+ (substitute-command-keys
+ "\\[mastodon-search--query-cycle] to cycle result types.")))))
(defun mastodon-search--buf-type ()
"Return search buffer type, a member of `mastodon-search-types'."