* flymake.el (flymake-compilation-prevents-syntax-check): Doc fix (Bug#8713).
This commit is contained in:
parent
a800408659
commit
b1adde906f
2 changed files with 6 additions and 1 deletions
|
@ -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).
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue