From 25282eb0daa8edfeb777a2fe6c6e0538fdba08a5 Mon Sep 17 00:00:00 2001 From: mousebot Date: Fri, 18 Feb 2022 16:28:18 +0100 Subject: docstring insert-users-prop --- lisp/mastodon-search.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lisp/mastodon-search.el') diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el index 2ebdd10..cbb1fba 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -127,9 +127,10 @@ Returns a nested list containing user handle, display name, and URL." (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'." +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) (let ((user (mastodon-search--get-user-info acct))) (insert -- cgit v1.2.3