branch: externals/auctex-cont-latexmk commit ba23a3621556bcb0713388193952803aa128412f Author: Paul Nelson <ultr...@gmail.com> Commit: Paul Nelson <ultr...@gmail.com>
typos, commentary tweaks --- tex-continuous.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tex-continuous.el b/tex-continuous.el index fe0ac589dc..9cf37c0d7e 100644 --- a/tex-continuous.el +++ b/tex-continuous.el @@ -26,14 +26,14 @@ ;; This package provides a minor mode that compiles a LaTeX document ;; via latexmk, reporting errors via `flymake'. ;; -;; Use M-x tex-continuous-toggle to toggle the minor mode and set up +;; Use `tex-continuous-toggle' to toggle the minor mode and set up ;; 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. +;; combination with other flymake backends), then instead use +;; `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.