]> git.eshelyaron.com Git - emacs.git/commitdiff
* flymake.el (flymake-compilation-prevents-syntax-check): Doc fix (Bug#8713).
authorReuben Thomas <rrt@sc3d.org>
Sat, 4 Jun 2011 23:06:53 +0000 (19:06 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 4 Jun 2011 23:06:53 +0000 (19:06 -0400)
lisp/ChangeLog
lisp/progmodes/flymake.el

index 2eab5ba254b497c93b498dccc5e7f451d8302b58..805cee8021a5966c9c2ba4ed7be4e152fc7683eb 100644 (file)
@@ -1,3 +1,8 @@
+2011-06-04  Reuben Thomas <rrt@sc3d.org>
+
+       * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
+       Doc fix (Bug#8713).
+
 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
 
        * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
index da28a2e36f6686950205e0c3b0abb74754cf14a8..03e9956b84570f6ad83fec174efc514149bfa781 100644 (file)
@@ -1112,7 +1112,7 @@ For the format of LINE-ERR-INFO, see `flymake-ler-make-ler'."
      (flymake-log 1 "Failed to delete dir %s, error ignored" dir-name))))
 
 (defcustom flymake-compilation-prevents-syntax-check t
-  "If non-nil, syntax check won't be started in case compilation is running."
+  "If non-nil, don't start syntax check if compilation is running."
   :group 'flymake
   :type 'boolean)