branch: externals/auctex-cont-latexmk commit 826cf967f429cd82cf0529f0b91025ab62426919 Author: Paul Nelson <ultr...@gmail.com> Commit: Paul Nelson <ultr...@gmail.com>
clarify commentary --- tex-continuous.el | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tex-continuous.el b/tex-continuous.el index 60582054b9..28d018eb9a 100644 --- a/tex-continuous.el +++ b/tex-continuous.el @@ -27,8 +27,13 @@ ;; via latexmk, reporting errors via `flymake'. ;; ;; Use M-x tex-continuous-toggle to toggle the minor mode and set up -;; flymake. If you use flymake in tex documents for other reasons, -;; then you should instead use M-x tex-continuous-mode. +;; flymake. +;; +;; If you want to enable continuous compilation but prefer either not +;; to use the flymake backend or to manage it yourself (e.g., in +;; combination with our flymake backends), then instead use M-x +;; tex-continuous-mode and add #'tex-continuous-flymake to +;; flymake-diagnostic-functions when you'd like. ;; ;; Customize the variable `tex-continuous-command' to change the ;; compilation command.