branch: elpa/mastodon
commit 0ab9d122e3dc7d17f9fde0067109efdbf65f2fcc
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
docstrings
---
lisp/mastodon-tl.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index a3ef95937d..eb0dba6782 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1530,7 +1530,7 @@ SENSITIVE is a flag from the item's JSON data."
;; patch `shr-browse-image' to accept url arg:
(defun mastodon-tl-shr-browse-image (&optional arg)
"Browse the image under point.
-With a prefix argument, copy the URL of the image instead.
+With prefix argument ARG, copy the URL of the image instead.
If URL is a string, use it rather than the image-url property at point."
(interactive "P")
(let ((prop (get-text-property (point) 'image-url)))
@@ -3901,7 +3901,7 @@ TYPE is a notification type."
;;; NODEINFO
(defun mastodon-tl--get-nodeinfo (instance &optional version)
- "Return Nodeinfo data for INSTANCE, optionally for version."
+ "Return Nodeinfo data for INSTANCE, optionally for VERSION."
;; NB: not in the API:
(let ((url (format "https://%s/nodeinfo/%s" instance (or version "2.0"))))
(mastodon-http--get-json url)))
@@ -3923,7 +3923,7 @@ https://nodeinfo.diaspora.software."
(mastodon-tl--render-nodeinfo data)))))
(defun mastodon-tl--render-nodeinfo (data)
- "Render Nodeinfo DADA as message."
+ "Render Nodeinfo DATA as message."
(let-alist data
(message
"%s"