diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-05-21 17:55:44 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-05-21 17:55:44 +0200 |
commit | 6e08235622a37e530d012af7a93210685ff01b2b (patch) | |
tree | c99eea8b6c092ddefd4c3f9dde9a4f7cbf185977 /lisp/mastodon-profile.el | |
parent | 3e87911122c975598c551c6799b0056031eae5ba (diff) |
fix profile cycle message string
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r-- | lisp/mastodon-profile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index fc318e2..5ca122a 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -704,7 +704,7 @@ HEADERS means also fetch link headers for pagination." (substitute-command-keys ;; "\\[mastodon-profile--account-view-cycle]" ; not always bound? "\\`C-c C-c' to cycle profile views: toots, no replies, no boosts,\ - followers, following. + only media, followers, following. \\`C-c C-s' to search user's toots.")))))) (defun mastodon-profile--format-joined-date-string (joined) |