emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex-cont-latexmk 6d80a69168 078/100: Clarify docstri


From: ELPA Syncer
Subject: [elpa] externals/auctex-cont-latexmk 6d80a69168 078/100: Clarify docstring
Date: Thu, 6 Jun 2024 03:57:58 -0400 (EDT)

branch: externals/auctex-cont-latexmk
commit 6d80a691684b2ad41cc355282f2a49a6bbd40bdb
Author: Paul Nelson <ultrono@gmail.com>
Commit: Paul Nelson <ultrono@gmail.com>

    Clarify docstring
    
    * tex-continuous.el (tex-continuous-mode):
---
 tex-continuous.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tex-continuous.el b/tex-continuous.el
index 6f1bfa2879..20d0e52629 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]