From 75f07afa41a75bd94d4867350b0e425bf3b2e978 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Thu, 12 Oct 2023 19:25:58 +0200 Subject: sub command keys for profile / search msg --- lisp/mastodon-search.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/mastodon-search.el') 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'." -- cgit v1.2.3