diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-16 11:24:22 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-16 11:24:22 +0100 |
commit | 199b3935a6364e76258974545108feb77e47f571 (patch) | |
tree | 4ea88ea8639764ecb498f991e3b25b5284d75d3a /lisp/mastodon-search.el | |
parent | c3e1c3403f8a308894f5c335b4a060def85b4d4d (diff) |
docstrings and comments
Diffstat (limited to 'lisp/mastodon-search.el')
-rw-r--r-- | lisp/mastodon-search.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el index d161544..6422716 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -162,7 +162,7 @@ QUERY is the string to search." (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 +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'." |