X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/8dd3e94fb6b780ac2bf5d07795df376a296ef5b5..458e643be8acb837a8b002d8103e58c228976cd3:/doc/misc/flymake.texi diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index a9904530e1..5125acd1f0 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi @@ -695,8 +695,8 @@ Buildfile values are also cached. The command line (command name and the list of arguments) for launching a process is returned by the initialization function. Flymake then just calls @code{start-process} -to start an asynchronous process and configures process filter and -sentinel which is used for processing the output of the syntax check +to start an asynchronous process and configures a process filter and +sentinel, which are used for processing the output of the syntax check tool. @node Parsing the output