emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109818: * progmodes/compile.el (comp


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109818: * progmodes/compile.el (compilation-always-kill): Doc fix.
Date: Thu, 30 Aug 2012 10:22:24 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109818
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Thu 2012-08-30 10:22:24 +0200
message:
  * progmodes/compile.el (compilation-always-kill): Doc fix.
modified:
  lisp/ChangeLog
  lisp/progmodes/compile.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-08-30 03:45:51 +0000
+++ b/lisp/ChangeLog    2012-08-30 08:22:24 +0000
@@ -1,3 +1,7 @@
+2012-08-30  Andreas Schwab  <address@hidden>
+
+       * progmodes/compile.el (compilation-always-kill): Doc fix.
+
 2012-08-30  Chong Yidong  <address@hidden>
 
        * window.el (display-buffer-reuse-frames): Make the obsolescence

=== modified file 'lisp/progmodes/compile.el'
--- a/lisp/progmodes/compile.el 2012-08-29 18:15:12 +0000
+++ b/lisp/progmodes/compile.el 2012-08-30 08:22:24 +0000
@@ -1504,8 +1504,8 @@
 (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]