branch: externals/org
commit 320c29c021f479bc1a64f5693db4d50c7d025fc2
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    * lisp/ob-core.el (org-babel-remove-inline-result): Document DATUM argument
---
 lisp/ob-core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 8ba8948229..b6241c40d4 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -2716,7 +2716,7 @@ INFO may provide the values of these header arguments (in 
the
           (progn (forward-line) (org-babel-result-end))))))))
 
 (defun org-babel-remove-inline-result (&optional datum)
-  "Remove the result of the current inline-src-block or babel call.
+  "Remove the result of DATUM or the current inline-src-block or babel call.
 The result must be wrapped in a `results' macro to be removed.
 Leading white space is trimmed."
   (interactive)

Reply via email to