diff options
Diffstat (limited to 'lisp')
-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 89f5cf4..81a0092 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -302,7 +302,7 @@ from the server and load anew." ;;;###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 |