diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-05-05 16:59:29 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-05-05 16:59:29 +0200 |
commit | a411879809215d09520e3a7c21d3f07a3f2b5272 (patch) | |
tree | c6114fa4a2c6ca766d1f1f418152b4218ae8a716 /lisp/mastodon.el | |
parent | e6359f8459e20a65e7de4c5ad1b1b8ee05ea91b0 (diff) |
wrap commentary
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 4662010..36cb058 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -29,8 +29,11 @@ ;;; Commentary: -;; mastodon.el is a client for fediverse services that implement the Mastodon API. See <https://github.com/mastodon/mastodon>. -;; See the readme file at https://codeberg.org/martianh/mastodon.el for set up and usage details. +;; mastodon.el is a client for fediverse services that implement the Mastodon +;; API. See <https://github.com/mastodon/mastodon>. + +;; See the readme file at https://codeberg.org/martianh/mastodon.el for set up +;; and usage details. ;;; Code: (require 'cl-lib) ; for `cl-some' call in mastodon |