summaryrefslogtreecommitdiff
path: root/lisp/textmodes/texinfo.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-13 18:57:25 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-13 18:59:07 +0100
commit1d5c35c8e46872a6c9f46bc78c9fb0dc400814de (patch)
treedd744966b3b35ecf7fdc547527ad32f785a69a2b /lisp/textmodes/texinfo.el
parenta99d0e7e6c903e0e1cb32a458802c1d8d7443cd9 (diff)
downloademacs-1d5c35c8e46872a6c9f46bc78c9fb0dc400814de.tar.gz
emacs-1d5c35c8e46872a6c9f46bc78c9fb0dc400814de.tar.bz2
emacs-1d5c35c8e46872a6c9f46bc78c9fb0dc400814de.zip
* lisp/textmodes/texinfo.el (texinfo-flymake): Improve docstring.
Diffstat (limited to 'lisp/textmodes/texinfo.el')
-rw-r--r--lisp/textmodes/texinfo.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index 98672f42b3f..24e93bf001d 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")))