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 | |
parent | dfa1db177bfb2c1d5ff044c99a78a380da89ec33 (diff) |
typos and readme
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-notifications.el | 2 | ||||
-rw-r--r-- | lisp/mastodon.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index 4bf30f1..51806a3 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -140,7 +140,7 @@ (defun mastodon-notifications--get () "Display NOTIFICATIONS in buffer." (interactive) - (message "Loading your nofications...") + (message "Loading your notifications...") (mastodon-tl--init "notifications" "notifications" 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") |