From 9ecee6f2e204fda665ca70dd3602f5a1db06979d Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Wed, 1 Nov 2023 12:48:43 +0200 Subject: [PATCH] * lisp/ox.el (org-export-async-debug): Fix checkdoc warning --- lisp/ox.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ox.el b/lisp/ox.el index a54456893..b661b59c3 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -269,7 +269,8 @@ rules.") This data is found in the appropriate \"*Org Export Process*\" buffer, and in files prefixed with \"org-export-process\" and -located in `temporary-file-directory'. +located in the directory defined by variable +`temporary-file-directory'. When non-nil, it will also set `debug-on-error' to a non-nil value in the external process.")