diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-25 16:52:19 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-25 16:52:19 +0100 |
commit | a96049ab60e2a4822ddb4ee1956b8d4bc0cb85c0 (patch) | |
tree | 30df6ac63b7fc17811d0a5454b573856bfc268ff /lisp/mastodon-search.el | |
parent | 9b0fdec55f6770d7c270e0a1e501ceb5e3ebcd95 (diff) | |
parent | 3717b6cb86c8d0037ca49d4f500a44560c9ac5ae (diff) |
Merge branch 'develop' into capf-completion
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 7ff8b07..9d8ee65 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -180,8 +180,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) |