diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-03 16:02:11 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-03 16:02:34 +0200 |
commit | cc6e4026e03e3c075ae670cd11f2a53981a830a8 (patch) | |
tree | a9eedd0dda2b42c84b861ec1b3bf78a90375d6bc /lisp/mastodon.el | |
parent | 3df4813ab72d5f2d1e43258426ec6ed44dadddf6 (diff) |
docstring
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 4994fed..93b24b3 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." |