From: Andreas Schwab Date: Thu, 30 Aug 2012 08:22:24 +0000 (+0200) Subject: * progmodes/compile.el (compilation-always-kill): Doc fix. X-Git-Tag: emacs-24.2.90~472 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f17e1d00e0513d781d2bd9a80af24bb047d32d5c;p=emacs.git * progmodes/compile.el (compilation-always-kill): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c59723a1047..5229c3332b2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-08-30 Andreas Schwab + + * progmodes/compile.el (compilation-always-kill): Doc fix. + 2012-08-30 Chong Yidong * window.el (display-buffer-reuse-frames): Make the obsolescence diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 83f31d5c8d5..fbb0c9e204a 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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)