emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/plz-event-source b25a8bd7c8 07/22: Fix checkdoc issues


From: ELPA Syncer
Subject: [elpa] externals/plz-event-source b25a8bd7c8 07/22: Fix checkdoc issues
Date: Wed, 1 May 2024 09:58:49 -0400 (EDT)

branch: externals/plz-event-source
commit b25a8bd7c850e7e5cccc6babbca6d4d54fa458fa
Author: Roman Scherer <roman@burningswell.com>
Commit: Roman Scherer <roman@burningswell.com>

    Fix checkdoc issues
---
 plz-event-source.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/plz-event-source.el b/plz-event-source.el
index 909b0f61a1..8c878b541b 100644
--- a/plz-event-source.el
+++ b/plz-event-source.el
@@ -410,15 +410,15 @@
            :initarg :events
            :initform nil
            :type list))
-  "A media type class that handles the processing of HTTP responses
+  "Media type class that handles the processing of HTTP responses
 in the server sent events format.  The HTTP response is processed
 in a streaming way.  The :events slot of the class can be set to
 an association list from event type symbol to a handler function.
 Whenever a new event is parsed and emitted the handler for the
 corresponding event type will be called with two arguments, an
 instance of the underlying event source class and an event.  The
-body slot of the plz-response struct passed to the THEN and ELSE
-callbacks will always be set to nil.")
+body slot of the plz-response structure passed to the THEN and
+ELSE callbacks will always be set to nil.")
 
 (defvar-local plz-event-source--current nil
   "The event source of the current buffer.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]