diff options
author | mousebot <mousebot@riseup.net> | 2021-06-14 14:29:42 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-06-14 14:29:42 +0200 |
commit | c9a80513b451ebab95eca3b4dda7e2ece6bcbbd2 (patch) | |
tree | 65dbddeecd79cdd0cf4c8397d6b20180c6afd9cb /lisp/mastodon.el | |
parent | dfa1db177bfb2c1d5ff044c99a78a380da89ec33 (diff) |
typos and readme
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index e166671..430362d 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -30,7 +30,7 @@ ;; it is a labor of love. ;;; Code: -(require 'cl-lib) ; for some call in mastodon +(require 'cl-lib) ; for `some' call in mastodon (declare-function discover-add-context-menu "discover") (declare-function emojify-mode "emojify") |