aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-media.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-05-11 09:08:05 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-05-11 09:08:05 +0200
commitb19390cd38ba93e527e5961723b46779749f1ee1 (patch)
treeef1b890fe6b4ad91bd3b672e92d185e3d0c7a095 /lisp/mastodon-media.el
parent0152557eb84237425c7fac1aa107b73c7ece98dd (diff)
fix media tests
Diffstat (limited to 'lisp/mastodon-media.el')
-rw-r--r--lisp/mastodon-media.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-media.el b/lisp/mastodon-media.el
index 0c40ca5..fd5bb77 100644
--- a/lisp/mastodon-media.el
+++ b/lisp/mastodon-media.el
@@ -310,7 +310,7 @@ TYPE is the attachment's type field on the server.
CAPTION is the image caption if provided."
(let* ((help-echo-base
"RET/i: load full image (prefix: copy URL), +/-: zoom,\
-r: rotate, o: save preview")
+ r: rotate, o: save preview")
(help-echo (if caption
(concat help-echo-base
"\n\"" caption "\"")