diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-21 16:19:40 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-21 16:19:40 +0100 |
commit | 90df6d50aa5b1557e7bd69a49ec2925b6f4da7ab (patch) | |
tree | 4df27d0fba8c32f54a10300a99b04b687dac4d80 | |
parent | b6d473b1fbd0e9d42ed25c792519ddb27936c2dc (diff) |
mastodon-url-lookup
-rw-r--r-- | lisp/mastodon.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index e6dcd3c..15718db 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -272,7 +272,7 @@ If REPLY-JSON is the json of the toot being replied to." ;;;###autoload (defun mastodon-url-lookup (&optional query-url) - "If QUERY-URL resembles a mastodon link, try to load in `mastodon.el'. + "If a 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 |