0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-24 23:32:52 +00:00

* 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

View file

@ -192,8 +192,8 @@ comint process. It should return a string that will be passed
to `org-babel-insert-result'.") to `org-babel-insert-result'.")
(defvar-local org-babel-comint-async-dangling nil (defvar-local org-babel-comint-async-dangling nil
"Dangling piece of the last process output, in case "Dangling piece of the last process output, as a string.
`org-babel-comint-async-indicator' is spread across multiple Used when `org-babel-comint-async-indicator' is spread across multiple
comint outputs due to buffering.") comint outputs due to buffering.")
(defun org-babel-comint-use-async (params) (defun org-babel-comint-use-async (params)