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

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

[nongnu] elpa/subed 3d5902b 295/389: Reword comment


From: ELPA Syncer
Subject: [nongnu] elpa/subed 3d5902b 295/389: Reword comment
Date: Fri, 3 Dec 2021 11:00:44 -0500 (EST)

branch: elpa/subed
commit 3d5902b8176a484c0f23b29076e14db128e65970
Author: Random User <rndusr@posteo.de>
Commit: Random User <rndusr@posteo.de>

    Reword comment
---
 subed/subed-mpv.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/subed/subed-mpv.el b/subed/subed-mpv.el
index b3c95e1..e66d3c6 100644
--- a/subed/subed-mpv.el
+++ b/subed/subed-mpv.el
@@ -214,9 +214,8 @@ string."
   ;;   {"data":"mpv 0.29.1","error":"success"}
   ;;   {"data":null,"request_id":1,"error":"success"}
   ;;   {"event":"start-file"}{"event":"tracks-changed"}
-  ;; JSON-STRING cal also contain incomplete JSON at the end,
-  ;; e.g. `{"error":"succ'.  Therefore we maintain a buffer and process only
-  ;; complete lines.
+  ;; JSON-STRING can also contain incomplete JSON, e.g. `{"error":"succ'.
+  ;; Therefore we maintain a buffer and process only complete lines.
   (when (buffer-live-p (process-buffer proc))
     (let ((orig-buffer (current-buffer)))
          (with-current-buffer (process-buffer proc)



reply via email to

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