emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 1d5c35c8e4: * lisp/textmodes/texinfo.el (texinfo-flymake): Impr


From: Stefan Kangas
Subject: emacs-29 1d5c35c8e4: * lisp/textmodes/texinfo.el (texinfo-flymake): Improve docstring.
Date: Tue, 13 Dec 2022 12:59:39 -0500 (EST)

branch: emacs-29
commit 1d5c35c8e46872a6c9f46bc78c9fb0dc400814de
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    * lisp/textmodes/texinfo.el (texinfo-flymake): Improve docstring.
---
 lisp/textmodes/texinfo.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index 98672f42b3..24e93bf001 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -347,6 +347,8 @@ Subexpression 1 is what goes into the corresponding `@end' 
statement.")
 (defun texinfo-flymake (report-fn &rest _)
   "Texinfo checking for Flymake.
 
+It uses either \"makeinfo\" or \"texi2any\", in that order.
+
 REPORT-FN is the callback function."
   (let ((executable (or (executable-find "makeinfo")
                         (executable-find "texi2any")))



reply via email to

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