* lisp/ob-screen.el (org-babel-execute:screen): Document the function args

This commit is contained in:
Ihor Radchenko 2023-10-05 15:04:14 +03:00
parent 88ff6c2fbc
commit e6690c5b79
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ In case you want to use a different screen than one selected by your $PATH")
"Default arguments to use when running screen source blocks.") "Default arguments to use when running screen source blocks.")
(defun org-babel-execute:screen (body params) (defun org-babel-execute:screen (body params)
"Send a block of code via screen to a terminal using Babel. "Send BODY via screen to a terminal using Babel, according to PARAMS.
\"default\" session is used when none is specified." \"default\" session is used when none is specified in the PARAMS."
(message "Sending source code block to interactive terminal session...") (message "Sending source code block to interactive terminal session...")
(save-window-excursion (save-window-excursion
(let* ((session (cdr (assq :session params))) (let* ((session (cdr (assq :session params)))