diff options
| author | Paul Nelson <ultrono@gmail.com> | 2024-04-30 18:25:29 +0200 |
|---|---|---|
| committer | Paul Nelson <ultrono@gmail.com> | 2024-04-30 18:25:29 +0200 |
| commit | 6d80a691684b2ad41cc355282f2a49a6bbd40bdb (patch) | |
| tree | 933e7269cc6266030f12c23dc978cb9a3641ee39 | |
| parent | d99ee12fe250230332be580739ca25a8a9df70ef (diff) | |
Clarify docstring
* tex-continuous.el (tex-continuous-mode):
| -rw-r--r-- | tex-continuous.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex-continuous.el b/tex-continuous.el index 6f1bfa2..20d0e52 100644 --- a/tex-continuous.el +++ b/tex-continuous.el @@ -276,7 +276,7 @@ report diagnostics." ;;;###autoload (define-minor-mode tex-continuous-mode - "If enabled, run LaTeX compilation on the current buffer." + "If enabled, run latexmk on the current tex file." :lighter nil (cond (tex-continuous-mode |
