changeset 99653:d7ac626296a1

Minor doc fix, suggested by Juri Linkov.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 17 Nov 2008 01:52:22 +0000
parents 6945b83c969f
children ade78ac09095
files lisp/progmodes/compile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Mon Nov 17 01:51:09 2008 +0000
+++ b/lisp/progmodes/compile.el	Mon Nov 17 01:52:22 2008 +0000
@@ -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")