aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-profile.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-10-13 11:47:04 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-10-13 11:47:04 +0200
commit3e0badc4af1b128e139d833f29cdc5ee643973cf (patch)
tree8539d72cebb26814037bf96506104c09fa0e74a7 /lisp/mastodon-profile.el
parent44a075c5e910c755e3916e9132c09bb3cbce1620 (diff)
also message profile search binding
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r--lisp/mastodon-profile.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index 9f15c91..233eb15 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -665,7 +665,8 @@ HEADERS means also fetch link headers for pagination."
(message
(substitute-command-keys
;; "\\[mastodon-profile--account-view-cycle]" ; not always bound?
- "\\`C-c C-c' to cycle profile views: toots, followers, following.")))))
+ "\\`C-c C-c' to cycle profile views: toots, followers, following.
+\\`C-c C-s' to search user's toots.")))))
(defun mastodon-profile--format-joined-date-string (joined)
"Format a human-readable Joined string from timestamp JOINED.