diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-14 10:00:44 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-14 10:00:44 +0200 |
commit | 1bd34da21be4abcb310418a7db3da726efa24780 (patch) | |
tree | b7d803d99d1d5fe7083af7db26d16f95d8dc6565 /lisp/mastodon-discover.el | |
parent | 2b2d6b03ba7837f927b6c69ac44b78ac8b7789d6 (diff) |
rename search-query to query
Diffstat (limited to 'lisp/mastodon-discover.el')
-rw-r--r-- | lisp/mastodon-discover.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-discover.el b/lisp/mastodon-discover.el index c1d28f3..b3d8537 100644 --- a/lisp/mastodon-discover.el +++ b/lisp/mastodon-discover.el @@ -87,7 +87,7 @@ ("N" "Notifications" mastodon-notifications-get) ("@" "Notifications with mentions" mastodon-notifications--get-mentions) ("g/u" "Update timeline" mastodon-tl--update) - ("s" "Search" mastodon-search--search-query) + ("s" "Search" mastodon-search--query) ("O" "Jump to your profile" mastodon-profile--my-profile) ("U" "Update your profile note" mastodon-profile--update-user-profile-note) ("K" "View bookmarks" mastodon-profile--view-bookmarks) |