emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111289: * doc/misc/flymake.texi (


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111289: * doc/misc/flymake.texi (Syntax check statuses): Fix multitable continued rows.
Date: Thu, 21 Feb 2013 21:16:44 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111289
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Thu 2013-02-21 21:16:44 -0500
message:
  * doc/misc/flymake.texi (Syntax check statuses): Fix multitable continued 
rows.
modified:
  doc/misc/ChangeLog
  doc/misc/flymake.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-02-08 14:59:24 +0000
+++ b/doc/misc/ChangeLog        2013-02-22 02:16:44 +0000
@@ -1,3 +1,7 @@
+2013-02-22  Glenn Morris  <address@hidden>
+
+       * flymake.texi (Syntax check statuses): Fix multitable continued rows.
+
 2013-02-08  Aidan Gauland  <address@hidden>
 
        * eshell.texi: Fill most of the missing sections.

=== modified file 'doc/misc/flymake.texi'
--- a/doc/misc/flymake.texi     2013-02-12 17:36:54 +0000
+++ b/doc/misc/flymake.texi     2013-02-22 02:16:44 +0000
@@ -210,14 +210,14 @@
 @multitable @columnfractions 0.25 0.75
 @item Flymake* or Flymake:E/W*
 @tab  Flymake is currently running. For the second case, E/W contains the
-      error and warning count for the previous run.
+error and warning count for the previous run.
 
 @item Flymake
 @tab  Syntax check is not running. Usually this means syntax check was
-      successfully passed (no errors, no warnings). Other possibilities are:
-      syntax check was killed as a result of executing
-      @code{flymake-compile}, or syntax check cannot start as compilation
-      is currently in progress.
+successfully passed (no errors, no warnings). Other possibilities are:
+syntax check was killed as a result of executing
address@hidden, or syntax check cannot start as compilation
+is currently in progress.
 
 @item Flymake:E/W
 @tab  Number of errors/warnings found by the syntax check process.
@@ -232,9 +232,9 @@
 @multitable @columnfractions 0.25 0.75
 @item CFGERR
 @tab  Syntax check process returned nonzero exit code, but no
-      errors/warnings were reported. This indicates a possible configuration
-      error (for example, no suitable error message patterns for the
-      syntax check tool).
+errors/warnings were reported. This indicates a possible configuration
+error (for example, no suitable error message patterns for the
+syntax check tool).
 
 @item NOMASTER
 @tab  Flymake was unable to find master file for the current buffer.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]