From 6d831038791f23d4a3b9038afe0e9b562873f4f0 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 17 Nov 2008 01:52:22 +0000 Subject: [PATCH] Minor doc fix, suggested by Juri Linkov. --- lisp/progmodes/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.2