diff options
| author | Joakim Verona | 2013-02-23 00:04:35 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-02-23 00:04:35 +0100 |
| commit | 05a2b6a9e5b5a0d35ba1918bc657666692bcdc91 (patch) | |
| tree | 8bdfb7db5ae5f6e2f5e7ab49c249d5123283a100 /doc/misc | |
| parent | 77a72b7ae367eb0c98f1bcbe021076a9cb97e86f (diff) | |
| parent | 800d26890ae8c76f031a80b8fbad383e1f4cf19a (diff) | |
| download | emacs-05a2b6a9e5b5a0d35ba1918bc657666692bcdc91.tar.gz emacs-05a2b6a9e5b5a0d35ba1918bc657666692bcdc91.zip | |
auto upstream
Diffstat (limited to 'doc/misc')
| -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 4f827073b2f..9a4f4c10610 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-21 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2013-02-21 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | * Makefile.in (html): New rule. | 7 | * Makefile.in (html): New rule. |
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. |