branch: elpa/mastodon
commit e17cb2e2393981ad980d52b33c4ffd2f47c7f8cd
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    docstrings
---
 lisp/mastodon-notifications.el | 6 ++----
 lisp/mastodon-tl.el            | 3 ++-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index 9b40861b5f..c26d0b01b9 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -59,13 +59,11 @@
   :group 'mastodon)
 
 (defcustom mastodon-notifications--profile-note-in-foll-reqs t
-  "When non-nil, show some of a user's profile note in follow
-request notifications."
+  "If non-nil, show a user's profile note in follow request notifications."
   :type '(boolean))
 
 (defcustom mastodon-notifications--profile-note-in-foll-reqs-max-length nil
-  "The maximum character length for display of user profile note in
-follow requests.
+  "The max character length for user profile note in follow requests.
 Profile notes are only displayed if
 `mastodon-notifications--profile-note-in-foll-reqs' is non-nil.
 If unset, profile notes of any size will be displayed, which may
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index eba71462c1..2d811605c5 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -213,7 +213,8 @@ respects the user's `browse-url' settings."
   :type '(boolean))
 
 (defcustom mastodon-tl--remote-local-domains nil
-  "A list of domains to view the local timelines of using 
`mastodon-tl--get-remote-local-timeline'."
+  "A list of domains to view the local timelines of.
+See `mastodon-tl--get-remote-local-timeline' for view remote local domains."
   :type '(repeat string))
 
 

Reply via email to