diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-25 09:42:01 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-25 09:43:03 +0200 |
commit | 780dead06547b15d28cf073e787ae67d6a752c26 (patch) | |
tree | ba2381b2f5e06f3436480386af7c62bca9bd1af4 /lisp/mastodon.el | |
parent | 2565d8c5abb448d9a5751960ab9e5fdef9e2256f (diff) |
mastodon.el: update commentary and file header
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 81a0092..b384a87 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -1,4 +1,4 @@ -;;; mastodon.el --- Client for Mastodon and compatible fediverse services -*- lexical-binding: t -*- +;;; mastodon.el --- Client for fediverse services that implement the Mastodon API -*- lexical-binding: t -*- ;; Copyright (C) 2017-2019 Johnson Denen ;; Copyright (C) 2020-2022 Marty Hiatt @@ -29,8 +29,7 @@ ;;; Commentary: -;; mastodon.el is an Emacs client for Mastodon <https://github.com/mastodon/mastodon>, -;; the federated microblogging social network. It also works with Pleroma instances and other services that implement the Mastodon API. +;; 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: |