[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el,v
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el,v |
Date: |
Mon, 17 Nov 2008 01:52:22 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Chong Yidong <cyd> 08/11/17 01:52:22
Index: compile.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/compile.el,v
retrieving revision 1.480
retrieving revision 1.481
diff -u -b -r1.480 -r1.481
--- compile.el 12 Oct 2008 13:46:28 -0000 1.480
+++ compile.el 17 Nov 2008 01:52:22 -0000 1.481
@@ -691,7 +691,7 @@
(defvar compilation-old-error-list nil)
(defcustom compilation-auto-jump-to-first-error nil
- "If non-nil, automatically jump to the first error after `compile'."
+ "If non-nil, automatically jump to the first error during `compile'."
:type 'boolean
:group 'compilation
:version "23.1")
- [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el,v,
Chong Yidong <=