]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/compile.el (compilation-always-kill): Doc fix.
authorAndreas Schwab <schwab@linux-m68k.org>
Thu, 30 Aug 2012 08:22:24 +0000 (10:22 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Thu, 30 Aug 2012 08:22:24 +0000 (10:22 +0200)
lisp/ChangeLog
lisp/progmodes/compile.el

index c59723a10471f285e36c7b8d1d874d836c11c2dd..5229c3332b24c88904d771dccf1881b091c04b91 100644 (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
index 83f31d5c8d581a93c060e2bad23f1b9917243c6a..fbb0c9e204a2f81186867279e4b662a231d4c09c 100644 (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)