diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-03 14:45:24 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-03 14:45:24 +0200 |
commit | 0607ad7305ed12ea5dac2e0f2f331c77ba3c91c9 (patch) | |
tree | c9eed9c6a4556b58a2bc6c336090ca1ce01e9efd /lisp/mastodon-transient.el | |
parent | 113d998201546e13d924d6ac00ab0657a99cf2f3 (diff) |
C-c C-k info str
Diffstat (limited to 'lisp/mastodon-transient.el')
-rw-r--r-- | lisp/mastodon-transient.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-transient.el b/lisp/mastodon-transient.el index 533dc8c..bb036b8 100644 --- a/lisp/mastodon-transient.el +++ b/lisp/mastodon-transient.el @@ -143,7 +143,7 @@ the inner key part." :choices mastodon-iso-639-regional)] ["Update" ("C-c C-c" "Save settings" mastodon-user-settings-update) - ("C-c C-k" :info "to revert all changes")] + ("C-c C-k" :info "Revert all changes")] (interactive) (if (not mastodon-active-user) (user-error "User not set") @@ -195,7 +195,7 @@ the inner key part." ("4v" "value:" "fields.4.value=" :class mastodon-transient-field)] ["Update" ("C-c C-c" "Save settings" mastodon-profile-fields-update) - ("C-c C-k" :info "to revert all changes")] + ("C-c C-k" :info "Revert all changes")] (interactive) (if (not mastodon-active-user) (user-error "User not set") |