diff options
author | marty hiatt <martianhiatus@riseup.net> | 2023-11-14 21:20:45 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2023-11-14 21:20:45 +0100 |
commit | 65821b2f24c40fbd5cb703757913af54b7e47243 (patch) | |
tree | e65235ab843068982f2ec58c3c9027bcac13a88b /lisp/mastodon-profile.el | |
parent | 693244adecddbacc9d4a21a34902996d44657c8d (diff) |
update help-echo for new profile cycle cmds
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) |