* lisp/ob-comint.el (org-babel-comint-async-dangling): Fix docstring

Make first line a complete sentence.
This commit is contained in:
Ihor Radchenko 2023-08-03 11:45:15 +03:00
parent 2c4c5fdd8b
commit 8b9e3be9a9
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 2 additions and 2 deletions

View File

@ -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)