diff options
| author | Glenn Morris | 2013-02-21 21:16:44 -0500 |
|---|---|---|
| committer | Glenn Morris | 2013-02-21 21:16:44 -0500 |
| commit | 6800ff8d3a1da03281ad026729eadd036b49d2a9 (patch) | |
| tree | bd287c509e6969962904f0ba74dc30f01d634f7b | |
| parent | e26aa21a46a861c1baa7c6489aca32456bd01491 (diff) | |
| download | emacs-6800ff8d3a1da03281ad026729eadd036b49d2a9.tar.gz emacs-6800ff8d3a1da03281ad026729eadd036b49d2a9.zip | |
* doc/misc/flymake.texi (Syntax check statuses): Fix multitable continued rows.
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/flymake.texi | 16 |
2 files changed, 12 insertions, 8 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index db3bd460055..0d6e0785c09 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-02-22 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * flymake.texi (Syntax check statuses): Fix multitable continued rows. | ||
| 4 | |||
| 1 | 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz> | 5 | 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz> |
| 2 | 6 | ||
| 3 | * eshell.texi: Fill most of the missing sections. | 7 | * eshell.texi: Fill most of the missing sections. |
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index 79259a76503..5dedda16ee1 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi | |||
| @@ -210,14 +210,14 @@ The following statuses are defined. | |||
| 210 | @multitable @columnfractions 0.25 0.75 | 210 | @multitable @columnfractions 0.25 0.75 |
| 211 | @item Flymake* or Flymake:E/W* | 211 | @item Flymake* or Flymake:E/W* |
| 212 | @tab Flymake is currently running. For the second case, E/W contains the | 212 | @tab Flymake is currently running. For the second case, E/W contains the |
| 213 | error and warning count for the previous run. | 213 | error and warning count for the previous run. |
| 214 | 214 | ||
| 215 | @item Flymake | 215 | @item Flymake |
| 216 | @tab Syntax check is not running. Usually this means syntax check was | 216 | @tab Syntax check is not running. Usually this means syntax check was |
| 217 | successfully passed (no errors, no warnings). Other possibilities are: | 217 | successfully passed (no errors, no warnings). Other possibilities are: |
| 218 | syntax check was killed as a result of executing | 218 | syntax check was killed as a result of executing |
| 219 | @code{flymake-compile}, or syntax check cannot start as compilation | 219 | @code{flymake-compile}, or syntax check cannot start as compilation |
| 220 | is currently in progress. | 220 | is currently in progress. |
| 221 | 221 | ||
| 222 | @item Flymake:E/W | 222 | @item Flymake:E/W |
| 223 | @tab Number of errors/warnings found by the syntax check process. | 223 | @tab Number of errors/warnings found by the syntax check process. |
| @@ -232,9 +232,9 @@ OFF for the buffer. | |||
| 232 | @multitable @columnfractions 0.25 0.75 | 232 | @multitable @columnfractions 0.25 0.75 |
| 233 | @item CFGERR | 233 | @item CFGERR |
| 234 | @tab Syntax check process returned nonzero exit code, but no | 234 | @tab Syntax check process returned nonzero exit code, but no |
| 235 | errors/warnings were reported. This indicates a possible configuration | 235 | errors/warnings were reported. This indicates a possible configuration |
| 236 | error (for example, no suitable error message patterns for the | 236 | error (for example, no suitable error message patterns for the |
| 237 | syntax check tool). | 237 | syntax check tool). |
| 238 | 238 | ||
| 239 | @item NOMASTER | 239 | @item NOMASTER |
| 240 | @tab Flymake was unable to find master file for the current buffer. | 240 | @tab Flymake was unable to find master file for the current buffer. |