From 0185eefe088f32fe152dcee4959f86785a96ba39 Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Sun, 23 Apr 2017 23:07:39 -0400 Subject: Make tweaks per checkdoc feedback --- lisp/mastodon-client.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/mastodon-client.el') 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 -- cgit v1.2.3