aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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 "\"")