diff options
| author | Glenn Morris | 2014-03-12 16:52:34 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-03-12 16:52:34 -0400 |
| commit | d29fbf47e4b1ea635f96bada13645675a0c0506b (patch) | |
| tree | df2f7f135512e10a96252f8da61065adea3a4aa2 /doc/misc/flymake.texi | |
| parent | 991f63c0f49388023045b7ce471a085fd320ca4e (diff) | |
| download | emacs-d29fbf47e4b1ea635f96bada13645675a0c0506b.tar.gz emacs-d29fbf47e4b1ea635f96bada13645675a0c0506b.zip | |
Use @file for buffers, per the Texinfo manual
* doc/misc/ada-mode.texi, doc/misc/auth.texi, doc/misc/calc.texi:
* doc/misc/ebrowse.texi, doc/misc/efaq.texi, doc/misc/emacs-gnutls.texi:
* doc/misc/epa.texi, doc/misc/ert.texi, doc/misc/eshell.texi:
* doc/misc/eww.texi, doc/misc/flymake.texi, doc/misc/gnus.texi:
* doc/misc/info.texi, doc/misc/message.texi, doc/misc/mh-e.texi:
* doc/misc/newsticker.texi, doc/misc/pcl-cvs.texi, doc/misc/rcirc.texi:
* doc/misc/sem-user.texi, doc/misc/smtpmail.texi, doc/misc/url.texi:
* doc/misc/viper.texi, doc/misc/wisent.texi, doc/misc/woman.texi:
Use @file for buffers, per the Texinfo manual.
Diffstat (limited to 'doc/misc/flymake.texi')
| -rw-r--r-- | doc/misc/flymake.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index 5125acd1f0d..362bcd8280b 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi | |||
| @@ -255,7 +255,7 @@ syntax check tool). | |||
| 255 | 255 | ||
| 256 | Flymake uses a simple logging facility for indicating important points | 256 | Flymake uses a simple logging facility for indicating important points |
| 257 | in the control flow. The logging facility sends logging messages to | 257 | in the control flow. The logging facility sends logging messages to |
| 258 | the @code{*Messages*} buffer. The information logged can be used for | 258 | the @file{*Messages*} buffer. The information logged can be used for |
| 259 | resolving various problems related to Flymake. | 259 | resolving various problems related to Flymake. |
| 260 | 260 | ||
| 261 | Logging output is controlled by the @code{flymake-log-level} | 261 | Logging output is controlled by the @code{flymake-log-level} |
| @@ -326,7 +326,7 @@ started after @code{flymake-no-changes-timeout} seconds. | |||
| 326 | @item flymake-gui-warnings-enabled | 326 | @item flymake-gui-warnings-enabled |
| 327 | A boolean flag indicating whether Flymake will show message boxes for | 327 | A boolean flag indicating whether Flymake will show message boxes for |
| 328 | non-recoverable errors. If @code{flymake-gui-warnings-enabled} is | 328 | non-recoverable errors. If @code{flymake-gui-warnings-enabled} is |
| 329 | @code{nil}, these errors will only be logged to the @code{*Messages*} | 329 | @code{nil}, these errors will only be logged to the @file{*Messages*} |
| 330 | buffer. | 330 | buffer. |
| 331 | 331 | ||
| 332 | @item flymake-start-syntax-check-on-newline | 332 | @item flymake-start-syntax-check-on-newline |