From 1e3e37d346e8be856c642fb2f40be38611c54dc8 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 13 Oct 2023 18:21:41 +0200 Subject: docstring --- lisp/mastodon-search.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lisp') diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el index 5b94132..b385b8c 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -233,10 +233,10 @@ ACCOUNT-ID means limit search to that account, for \"statuses\" type only." (defun mastodon-search--insert-users-propertized (json &optional note) "Insert users list into the buffer. -JSON is the data from the server. If NOTE is non-nil, include -user's profile note. This is also called by -`mastodon-tl--get-follow-suggestions' and -`mastodon-profile--insert-follow-requests'." +JSON is the data from the server. +If NOTE is non-nil, include user's profile note. This is also + called by `mastodon-tl--get-follow-suggestions' and + `mastodon-profile--insert-follow-requests'." (mapc (lambda (acct) (insert (concat (mastodon-search--propertize-user acct note) mastodon-tl--horiz-bar -- cgit v1.2.3