From 68c2942b4c94cc9c3c10b1b1b6d78f3ff6f43fb9 Mon Sep 17 00:00:00 2001 From: mousebot Date: Mon, 7 Jun 2021 17:06:07 +0200 Subject: fix async "local" endpoint, docstrings --- lisp/mastodon-async.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lisp/mastodon-async.el') diff --git a/lisp/mastodon-async.el b/lisp/mastodon-async.el index fcc6c94..1690615 100644 --- a/lisp/mastodon-async.el +++ b/lisp/mastodon-async.el @@ -119,17 +119,17 @@ ;; apparently it the local flag does not work (mastodon-async--mastodon "public" - "local" ;"public?local=true" + "public?local=true" "local" 'mastodon-async--process-queue-local-string)) (defun mastodon-async--mastodon (endpoint timeline name filter) "Make sure that the previous async process has been closed. -Then Start an async mastodon stream at ENDPOINT filtering toots +Then start an async stream at ENDPOINT filtering toots using FILTER. -Argument TIMELINE a specific target, such as federated or home. -Argument NAME the center portion of the buffer name for *mastodon-async-buffer and *mastodon-async-queue." +TIMELINE is a specific target, such as federated or home. +NAME is the center portion of the buffer name for *mastodon-async-buffer and *mastodon-async-queue." (let ((buffer (mastodon-async--start-process endpoint filter name))) (with-current-buffer buffer -- cgit v1.2.3