diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-24 17:28:52 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-24 17:38:41 +0100 |
commit | e311d491977fb9012d30ed146231f95ea52008af (patch) | |
tree | fce58763e2dee8f52f9e554a73fc2383e7be5792 /lisp/mastodon-search.el | |
parent | 78f1100f5651e498468d42d9830daed924b1237b (diff) |
docstrings and autoloads
Diffstat (limited to 'lisp/mastodon-search.el')
-rw-r--r-- | lisp/mastodon-search.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el index f83cccb..b037faa 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -173,8 +173,7 @@ user's profile note. This is also called by json)) (defun mastodon-search--propertize-user (acct &optional note) - "Propertize display string for ACCT, optionally including profile -NOTE." + "Propertize display string for ACCT, optionally including profile NOTE." (let ((user (mastodon-search--get-user-info acct))) (propertize (concat (propertize (car user) |