aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKarl Chen2016-10-15 22:16:26 +0200
committerPhilipp Stephani2016-10-24 11:34:04 +0200
commit7cc8c4b35bc7fe9b9224503744e3db847c2f96a8 (patch)
tree447952e95d520fefd245682c0fe9e60bb6bf1a52 /doc
parent8ca70e402ecab5d7e71e418af6866c8b02d4f757 (diff)
downloademacs-7cc8c4b35bc7fe9b9224503744e3db847c2f96a8.tar.gz
emacs-7cc8c4b35bc7fe9b9224503744e3db847c2f96a8.zip
Don't prompt user when killing Flymake processes
* lisp/progmodes/flymake.el (flymake-start-syntax-check-process): Don’t prompt the user when killing Flymake processes. * doc/misc/flymake.texi (Starting the syntax check process): Document new behavior.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/flymake.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi
index 1c4644bba14..998f1b35170 100644
--- a/doc/misc/flymake.texi
+++ b/doc/misc/flymake.texi
@@ -697,7 +697,8 @@ The command line (command name and the list of arguments) for launching a proces
697initialization function. Flymake then just calls @code{start-process} 697initialization function. Flymake then just calls @code{start-process}
698to start an asynchronous process and configures a process filter and 698to start an asynchronous process and configures a process filter and
699sentinel, which are used for processing the output of the syntax check 699sentinel, which are used for processing the output of the syntax check
700tool. 700tool. When exiting Emacs, running Flymake processes will be killed
701without prompting the user.
701 702
702@node Parsing the output 703@node Parsing the output
703@section Parsing the output 704@section Parsing the output