aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org2
-rw-r--r--lisp/mastodon.el3
2 files changed, 3 insertions, 2 deletions
diff --git a/README.org b/README.org
index 608d279..f13a538 100644
--- a/README.org
+++ b/README.org
@@ -386,7 +386,7 @@ PRs, issues, feature requests, and general feedback are very welcome!
** Supporting =mastodon.el=
If you'd like to support continued development of =mastodon.el=, I accept
-donations via paypal: [[https://paypal.me/martianh][paypal.me/martianh]]. If you would
+donations via paypal: [[https://paypal.me/martianh][https://paypal.me/martianh]]. If you would
prefer a different payment method, write to me at that address and I can
provide IBAN or other details.
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index a49d0cc..cd4cf13 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -89,6 +89,7 @@
(when (require 'lingva nil :no-error)
(autoload 'mastodon-toot--translate-toot-text "mastodon-toot"))
(autoload 'mastodon-search--trending-tags "mastodon-search")
+(autoload 'mastodon-profile-account-settings "mastodon-profile")
(autoload 'mastodon-profile--fetch-server-account-settings "mastodon-profile")
(autoload 'mastodon-notifications--get-mentions "mastodon-notifications")
(autoload 'mastodon-tl--view-lists "mastodon-tl")
@@ -299,7 +300,7 @@ BUFFER-NAME is added to \"*mastodon-\" to create the buffer name."
;;;###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