diff options
author | mousebot <mousebot@riseup.net> | 2021-10-03 21:40:39 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-03 21:40:39 +0200 |
commit | 7b2dd904c73b75f3c653db193c85ba61ff9642ca (patch) | |
tree | 7e54fa18bbb472a380e6035e8de1133f33c2d641 /lisp/mastodon-client.el | |
parent | 23c61a59242fcf68ab1cc2b7fcc620b59fe11704 (diff) |
flycheck: docstrings, autoloads, etc
Diffstat (limited to 'lisp/mastodon-client.el')
-rw-r--r-- | lisp/mastodon-client.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-client.el b/lisp/mastodon-client.el index 6439c0a..bdfbca9 100644 --- a/lisp/mastodon-client.el +++ b/lisp/mastodon-client.el @@ -94,7 +94,7 @@ Make `mastodon-client--fetch' call to determine client values." (cdr mastodon))) (defun mastodon-client () - "Return variable client secrets to use for the current `mastodon-instance-url'.. + "Return variable client secrets to use for `mastodon-instance-url'. Read plist from `mastodon-client--token-file' if variable is nil. Fetch and store plist if `mastodon-client--read' returns nil." |