From 4b8ed3bf044520cdfdbac1955ea56ea0f95fcfef Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 13 Oct 2023 19:07:09 +0200 Subject: update profile note: subst cmd keys --- lisp/mastodon-profile.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp') 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) -- cgit v1.2.3