]> code.delx.au - gnu-emacs/blobdiff - doc/misc/flymake.texi
Fix event race
[gnu-emacs] / doc / misc / flymake.texi
index d1f3e21c20ead508c5be4320fa3631876684befc..5125acd1f0d0439f10deb897b5787f2a1cc5a6a9 100644 (file)
@@ -5,13 +5,14 @@
 @set UPDATED April 2004
 @settitle GNU Flymake @value{VERSION}
 @syncodeindex pg cp
+@documentencoding UTF-8
 @comment %**end of header
 
 @copying
 This manual is for GNU Flymake (version @value{VERSION}, @value{UPDATED}),
 which is a universal on-the-fly syntax checker for GNU Emacs.
 
-Copyright @copyright{} 2004--2013 Free Software Foundation, Inc.
+Copyright @copyright{} 2004--2014 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -86,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
@@ -694,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