projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a99d0e7
)
* lisp/textmodes/texinfo.el (texinfo-flymake): Improve docstring.
author
Stefan Kangas
<stefankangas@gmail.com>
Tue, 13 Dec 2022 17:57:25 +0000
(18:57 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Tue, 13 Dec 2022 17:59:07 +0000
(18:59 +0100)
lisp/textmodes/texinfo.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/texinfo.el
b/lisp/textmodes/texinfo.el
index 98672f42b3fa698101b37d00bbdc641c131e5db7..24e93bf001db187ec39d61d4c4d5c7f15f02df21 100644
(file)
--- 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")))