]> code.delx.au - gnu-emacs/blobdiff - doc/misc/flymake.texi
Fix event race
[gnu-emacs] / doc / misc / flymake.texi
index 5005045d65cde16d767f422f9bb1c372d8903b4e..5125acd1f0d0439f10deb897b5787f2a1cc5a6a9 100644 (file)
@@ -87,7 +87,7 @@ messages also contain a filename and a line number.  Selecting such a
 menu item will automatically open the file and jump to the line with
 error.
 
-Syntax check is done 'on-the-fly'.  It is started whenever
+Syntax check is done ``on-the-fly''.  It is started whenever
 
 @itemize @bullet
 @item buffer is loaded
@@ -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 process filter and
+sentinel, which are used for processing the output of the syntax check
 tool.
 
 @node Parsing the output