From 8b9e3be9a9048a2212fb13123ee3643e3bd59f85 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Thu, 3 Aug 2023 11:45:15 +0300 Subject: [PATCH] * lisp/ob-comint.el (org-babel-comint-async-dangling): Fix docstring Make first line a complete sentence. --- lisp/ob-comint.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ob-comint.el b/lisp/ob-comint.el index 35d1356a6..6ecf8cd9c 100644 --- a/lisp/ob-comint.el +++ b/lisp/ob-comint.el @@ -192,8 +192,8 @@ comint process. It should return a string that will be passed to `org-babel-insert-result'.") (defvar-local org-babel-comint-async-dangling nil - "Dangling piece of the last process output, in case -`org-babel-comint-async-indicator' is spread across multiple + "Dangling piece of the last process output, as a string. +Used when `org-babel-comint-async-indicator' is spread across multiple comint outputs due to buffering.") (defun org-babel-comint-use-async (params)