diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-13 18:21:41 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-13 18:21:41 +0200 |
commit | 1e3e37d346e8be856c642fb2f40be38611c54dc8 (patch) | |
tree | 03b3dde7b12106e0107fc370100d6ba3194e5984 /lisp/mastodon-search.el | |
parent | 6a5ef4d3c498f9f28cccc5066aa5fb8b3ede80c4 (diff) |
docstring
Diffstat (limited to 'lisp/mastodon-search.el')
-rw-r--r-- | lisp/mastodon-search.el | 8 |
1 files changed, 4 insertions, 4 deletions
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 |