branch: externals/auctex-cont-latexmk
commit ad2c057c2020e039b0c50eb40eee10769a70ae0d
Author: Paul Nelson <[email protected]>
Commit: Paul Nelson <[email protected]>
clarify docstring of auctex-cont-latexmk-command
---
auctex-cont-latexmk.el | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/auctex-cont-latexmk.el b/auctex-cont-latexmk.el
index e690197671..fafce31734 100644
--- a/auctex-cont-latexmk.el
+++ b/auctex-cont-latexmk.el
@@ -205,11 +205,16 @@ Flymake report function to propagate to indirect buffers."
("$pdflatex=q/pdflatex %O -synctex=1 -interaction=nonstopmode %S/"))
"Command to compile LaTeX documents.
This is a list consisting of strings or lists of strings. It is
-compiled to a single string by concatenating the strings and quoting the
-lists, using system-specific quotes. To produce the compilation
-command, it is combined with an additional option to output build files
-to a directory (if `TeX-output-dir' is set) and the name of the master
-file."
+compiled to a single string by
+
+ - concatenating the strings, and
+
+ - concatenating the contents of each list and quoting the result as a
+shell argument.
+
+To produce the compilation command, the result is combined with an
+additional option to output build files to a directory (if
+`TeX-output-dir' is set) and the name of the master file."
:type '(repeat (choice string (repeat string))))
(defun auctex-cont-latexmk--compilation-command ()