diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-23 23:07:39 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-23 23:07:39 -0400 |
commit | 0185eefe088f32fe152dcee4959f86785a96ba39 (patch) | |
tree | f471113694d7145f87a5416e2bf32c2503302351 /lisp/mastodon-client.el | |
parent | 074c525d7b125922df6d47246df8645916dedbc9 (diff) |
Make tweaks per checkdoc feedback
Diffstat (limited to 'lisp/mastodon-client.el')
-rw-r--r-- | lisp/mastodon-client.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-client.el b/lisp/mastodon-client.el index 5633591..e542129 100644 --- a/lisp/mastodon-client.el +++ b/lisp/mastodon-client.el @@ -83,9 +83,9 @@ Make `mastodon-client--fetch' call to determine client values." (delete "mastodon" mastodon)))) (defun mastodon-client () - "Return `mastodon-client' plist. + "Return variable `mastodon-client' plist. -Read plist from `mastodon-token-file' if `mastodon-client' is nil. +Read plist from `mastodon-token-file' if variable is nil. Fetch and store plist if `mastodon-client--read' returns nil." (or mastodon-client (setq mastodon-client |