diff options
| -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 233eb15..8f38a52 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -254,7 +254,8 @@ NO-REBLOGS means do not display boosts in statuses."           (note (alist-get 'note source))           (buffer (get-buffer-create "*mastodon-update-profile*"))           (inhibit-read-only t) -         (msg-str "Edit your profile note. C-c C-c to send, C-c C-k to cancel.")) +         (msg-str (substitute-command-keys +                   "Edit your profile note. \\`C-c C-c' to send, \\`C-c C-k' to cancel.")))      (switch-to-buffer-other-window buffer)      (text-mode)      (mastodon-tl--set-buffer-spec (buffer-name buffer) "accounts/verify_credentials" nil)  | 
