diff options
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r-- | lisp/mastodon-profile.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 1c41f24..0d93747 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -689,7 +689,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, no replies, no boosts,\ + followers, following. \\`C-c C-s' to search user's toots.")))))) (defun mastodon-profile--format-joined-date-string (joined) |