]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor doc fix, suggested by Juri Linkov.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 17 Nov 2008 01:52:22 +0000 (01:52 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 17 Nov 2008 01:52:22 +0000 (01:52 +0000)
lisp/progmodes/compile.el

index 2405efb2ba33a0cf63dc2a81c177fefb7b114c38..f29c93f5ffa486e4544c84d23aba27f4f1b8dad6 100644 (file)
@@ -691,7 +691,7 @@ Faces `compilation-error-face', `compilation-warning-face',
 (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")