From e6690c5b79bab4757799c15d1fc1de07a3e14382 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Thu, 5 Oct 2023 15:04:14 +0300 Subject: [PATCH] * lisp/ob-screen.el (org-babel-execute:screen): Document the function args --- lisp/ob-screen.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ob-screen.el b/lisp/ob-screen.el index 269538e79..4cb4d4412 100644 --- a/lisp/ob-screen.el +++ b/lisp/ob-screen.el @@ -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.") (defun org-babel-execute:screen (body params) - "Send a block of code via screen to a terminal using Babel. -\"default\" session is used when none is specified." + "Send BODY via screen to a terminal using Babel, according to PARAMS. +\"default\" session is used when none is specified in the PARAMS." (message "Sending source code block to interactive terminal session...") (save-window-excursion (let* ((session (cdr (assq :session params)))