aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-03 16:02:11 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-03 16:02:11 +0200
commit809a9bd27c9a7c320a3daffa9ea8679442850597 (patch)
tree71a7689de86680d1c40c802eae792a108783a918 /lisp
parente08863e6fbd07c53937ec4106ddb4d4716ca7976 (diff)
docstring
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 2dc075a..e7ca3b8 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -269,7 +269,8 @@ If REPLY-JSON is the json of the toot being replied to."
;;;###autoload
(defun mastodon-url-lookup (&optional query-url)
- "Do a WebFinger lookup for a URL.
+ "If QUERY-URL resembles a mastodon link, try to load in `mastodon.el'.
+Does a WebFinger lookup.
URL can be arg QUERY-URL, or URL at point, or provided by the user.
If a status or account is found, load it in `mastodon.el', if
not, just browse the URL in the normal fashion."