









| author | Arash Esbati <arash@gnu.org> | 2026-08-18 21:10:05 +0200 |
|---|---|---|
| committer | Arash Esbati <arash@gnu.org> | 2026-08-18 21:10:05 +0200 |
| commit | 228e2c7ff54b1d192bc8054bb02a9a31744eece4 (patch) | |
| tree | 7604b63fcaf890858a29dbe81dc2ed1bb2bd08a1 | |
| parent | 6c1946509ede40ae717b4678a4ea3be57f65985b (diff) | |
* latex-flymake.el (LaTeX-flymake-chktex-options): Add link.
| -rw-r--r-- | latex-flymake.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/latex-flymake.el b/latex-flymake.el
index 86526256544..e9653230870 100644
--- a/latex-flymake.el
+++ b/latex-flymake.el
@@ -1,6 +1,6 @@
;;; latex-flymake.el --- Flymake integration -*- lexical-binding: t; -*-
-;; Copyright (C), 2018--2024 Free Software Foundation, Inc.
+;; Copyright (C), 2018--2026 Free Software Foundation, Inc.
;; Author: Alex Branham <branham@utexas.edu>
;; Maintainer: auctex-devel@gnu.org
@@ -52,6 +52,7 @@ See the chktex manual for warning numbers and details about how to use
flags."
:type '(choice (const :tag "Use chktex defaults" nil)
(repeat :tag "Custom chktex options" string))
+ :link '(url-link "man:chktex(1)")
:group 'LaTeX)
(defun LaTeX-flymake (report-fn &rest _args)
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。