aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorAndreas Schwab2012-08-30 10:22:24 +0200
committerAndreas Schwab2012-08-30 10:22:24 +0200
commitf17e1d00e0513d781d2bd9a80af24bb047d32d5c (patch)
tree2bc71b4a89a2814147e00487cc064d8087fbfc4a /lisp/progmodes
parent247778328b6bd9618051504cee9f376686b2dd45 (diff)
downloademacs-f17e1d00e0513d781d2bd9a80af24bb047d32d5c.tar.gz
emacs-f17e1d00e0513d781d2bd9a80af24bb047d32d5c.zip
* progmodes/compile.el (compilation-always-kill): Doc fix.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/compile.el4
1 files changed, 2 insertions, 2 deletions
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."
1504(make-obsolete 'compile-internal 'compilation-start "22.1") 1504(make-obsolete 'compile-internal 'compilation-start "22.1")
1505 1505
1506(defcustom compilation-always-kill nil 1506(defcustom compilation-always-kill nil
1507 "If nil, ask to kill compilation. If 't, always kill an 1507 "If t, always kill a running compilation process before starting a new one.
1508incomplete compilation before starting a new one." 1508If nil, ask to kill it."
1509 :type 'boolean 1509 :type 'boolean
1510 :version "24.3" 1510 :version "24.3"
1511 :group 'compilation) 1511 :group 'compilation)