Comment
[bpt/emacs.git] / doc / misc / flymake.texi
index dce0a71..5125acd 100644 (file)
@@ -6,14 +6,13 @@
 @settitle GNU Flymake @value{VERSION}
 @syncodeindex pg cp
 @documentencoding UTF-8
-@documentlanguage en
 @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
@@ -88,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
@@ -696,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