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

    * lisp/ob-core.el (org-babel-temp-stable-file): Document all function 
arguments
---
 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 b6241c40d4..143a8bec10 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -3418,7 +3418,7 @@ value of `org-babel-temporary-directory'."
 (defun org-babel-temp-stable-file (data prefix &optional suffix)
   "Create a temporary file in the 
`org-babel-remove-temporary-stable-directory'.
 The file name is stable with respect to DATA.  The file name is
-constructed like the following: PREFIXDATAhashSUFFIX."
+constructed like the following: <PREFIX><DATAhash><SUFFIX>."
   (let ((path
          (format
           "%s%s%s%s"

Reply via email to