From: Chong Yidong Date: Mon, 17 Nov 2008 01:52:22 +0000 (+0000) Subject: Minor doc fix, suggested by Juri Linkov. X-Git-Tag: emacs-pretest-23.0.90~1753 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6d831038791f23d4a3b9038afe0e9b562873f4f0;p=emacs.git Minor doc fix, suggested by Juri Linkov. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 2405efb2ba3..f29c93f5ffa 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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")