branch: externals/auctex-cont-latexmk commit ef4f32980494068fcfbc71dc0efc091019a66462 Author: Paul Nelson <ultr...@gmail.com> Commit: Paul Nelson <ultr...@gmail.com>
change description --- README.org | 2 +- czm-tex-compile.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 3af9568d0e..c8fd05aa1d 100644 --- a/README.org +++ b/README.org @@ -1,4 +1,4 @@ -#+title: czm-tex-compile.el: Convenience functions for compiling LaTeX +#+title: czm-tex-compile.el: run latexmk continuously, report errors via flymake #+author: Paul Nelson * Overview diff --git a/czm-tex-compile.el b/czm-tex-compile.el index 8f05574685..1527c5e6d8 100644 --- a/czm-tex-compile.el +++ b/czm-tex-compile.el @@ -1,4 +1,4 @@ -;;; czm-tex-compile.el --- Convenience functions for compiling LaTeX -*- lexical-binding: t; -*- +;;; czm-tex-compile.el --- run latexmk continuously, report errors via flymake -*- lexical-binding: t; -*- ;; Copyright (C) 2023 Paul D. Nelson @@ -300,7 +300,7 @@ latexmk compilation is in a \"Watching\" state." (defun czm-tex-compile-flymake (report-fn &rest _args) "Flymake backend for LaTeX based on latexmk. Save REPORT-FN in a local variable, called by -`czm-tex-compile--log-watch-timer' to report diagnostics." +e`czm-tex-compile--log-watch-timer' to report diagnostics." (when (czm-tex-compile-mode) (setq czm-tex-compile--report-fn report-fn)))