* lisp/ox.el (org-export-async-debug): Fix checkdoc warning
This commit is contained in:
parent
ab0d0a6402
commit
9ecee6f2e2
|
@ -269,7 +269,8 @@ rules.")
|
||||||
|
|
||||||
This data is found in the appropriate \"*Org Export Process*\"
|
This data is found in the appropriate \"*Org Export Process*\"
|
||||||
buffer, and in files prefixed with \"org-export-process\" and
|
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
|
When non-nil, it will also set `debug-on-error' to a non-nil
|
||||||
value in the external process.")
|
value in the external process.")
|
||||||
|
|
Loading…
Reference in New Issue