diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2014-01-13 23:22:47 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2014-01-13 23:22:47 +0800 |
commit | 237166b329b828674a05704480c42ebe708b8be0 (patch) | |
tree | 735e36db5f2743f7d4e884317e0967c5b7804de7 /doc/misc | |
parent | a3f2bf1b86895ef5ab609abd789c70b3d59b49be (diff) | |
download | emacs-237166b329b828674a05704480c42ebe708b8be0.tar.gz |
Minor doc fix for Flymake.
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/flymake.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index 5005045d65c..a9904530e13 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi @@ -87,7 +87,7 @@ messages also contain a filename and a line number. Selecting such a menu item will automatically open the file and jump to the line with error. -Syntax check is done 'on-the-fly'. It is started whenever +Syntax check is done ``on-the-fly''. It is started whenever @itemize @bullet @item buffer is loaded |