diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-12 19:25:58 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-12 19:25:58 +0200 |
commit | 75f07afa41a75bd94d4867350b0e425bf3b2e978 (patch) | |
tree | 39273a2236eac776f4e1573be7441ee82d19f7d7 /lisp/mastodon-search.el | |
parent | 9d2a85b36d8d32a0ac5dcecc7cfd1223bf908056 (diff) |
sub command keys for profile / search msg
Diffstat (limited to 'lisp/mastodon-search.el')
-rw-r--r-- | lisp/mastodon-search.el | 4 |
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'." |