emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100594: * flymake.el (flymake-com


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100594: * flymake.el (flymake-compilation-prevents-syntax-check): Doc fix (Bug#8713).
Date: Sat, 04 Jun 2011 19:06:53 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 100594
author: Reuben Thomas <address@hidden>
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Sat 2011-06-04 19:06:53 -0400
message:
  * flymake.el (flymake-compilation-prevents-syntax-check): Doc fix (Bug#8713).
modified:
  lisp/ChangeLog
  lisp/progmodes/flymake.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-06-04 23:00:29 +0000
+++ b/lisp/ChangeLog    2011-06-04 23:06:53 +0000
@@ -1,3 +1,8 @@
+2011-06-04  Reuben Thomas <address@hidden>
+
+       * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
+       Doc fix (Bug#8713).
+
 2011-06-04  Chong Yidong  <address@hidden>
 
        * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).

=== modified file 'lisp/progmodes/flymake.el'
--- a/lisp/progmodes/flymake.el 2011-01-02 23:50:46 +0000
+++ b/lisp/progmodes/flymake.el 2011-06-04 23:06:53 +0000
@@ -1112,7 +1112,7 @@
      (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)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]