aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-10-15 18:47:52 +0200
committermousebot <mousebot@riseup.net>2021-10-15 18:47:52 +0200
commite0cabe76d4107610c44b1bc6c570840ebadb5467 (patch)
tree97c2cf957076ae7ab818958b0601ff6b58b2e810 /lisp
parent765da49f980673863b09a814630646c8044c96ad (diff)
docstrings
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-toot.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index c00e4bf..ec5a8ac 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -462,7 +462,7 @@ It adds the items' ids to `mastodon-toot--media-attachment-ids', which is used t
mastodon-toot--media-attachments))
(defun mastodon-toot--refresh-attachments-display ()
- "Display attachment previews in toot draft buffer."
+ "Update the display attachment previews in toot draft buffer."
(let ((inhibit-read-only t)
(attachments-region (mastodon-tl--find-property-range
'toot-attachments (point-min)))
@@ -473,7 +473,7 @@ It adds the items' ids to `mastodon-toot--media-attachment-ids', which is used t
(list 'display (or (nth i display-specs) ""))))))
(defun mastodon-toot--format-attachments ()
- "Format the attachment previews in toot draft buffer."
+ "Format the attachment previews for display in toot draft buffer."
(or (let ((counter 0)
(image-options (when (or (image-type-available-p 'imagemagick)
(image-transforms-p))