1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

* progmodes/compile.el (compilation-always-kill): Doc fix.

This commit is contained in:
Andreas Schwab 2012-08-30 10:22:24 +02:00
parent 247778328b
commit f17e1d00e0
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
* progmodes/compile.el (compilation-always-kill): Doc fix.
2012-08-30 Chong Yidong <cyd@gnu.org>
* window.el (display-buffer-reuse-frames): Make the obsolescence

View File

@ -1504,8 +1504,8 @@ Otherwise, construct a buffer name from NAME-OF-MODE."
(make-obsolete 'compile-internal 'compilation-start "22.1")
(defcustom compilation-always-kill nil
"If nil, ask to kill compilation. If 't, always kill an
incomplete compilation before starting a new one."
"If t, always kill a running compilation process before starting a new one.
If nil, ask to kill it."
:type 'boolean
:version "24.3"
:group 'compilation)