aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/flymake.texi
diff options
context:
space:
mode:
authorGlenn Morris2014-03-12 16:52:34 -0400
committerGlenn Morris2014-03-12 16:52:34 -0400
commitd29fbf47e4b1ea635f96bada13645675a0c0506b (patch)
treedf2f7f135512e10a96252f8da61065adea3a4aa2 /doc/misc/flymake.texi
parent991f63c0f49388023045b7ce471a085fd320ca4e (diff)
downloademacs-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.texi4
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
256Flymake uses a simple logging facility for indicating important points 256Flymake uses a simple logging facility for indicating important points
257in the control flow. The logging facility sends logging messages to 257in the control flow. The logging facility sends logging messages to
258the @code{*Messages*} buffer. The information logged can be used for 258the @file{*Messages*} buffer. The information logged can be used for
259resolving various problems related to Flymake. 259resolving various problems related to Flymake.
260 260
261Logging output is controlled by the @code{flymake-log-level} 261Logging 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
327A boolean flag indicating whether Flymake will show message boxes for 327A boolean flag indicating whether Flymake will show message boxes for
328non-recoverable errors. If @code{flymake-gui-warnings-enabled} is 328non-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*}
330buffer. 330buffer.
331 331
332@item flymake-start-syntax-check-on-newline 332@item flymake-start-syntax-check-on-newline