From 6cc725cde50ff493db6b8bfb473e87af4671b21f Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sat, 22 Nov 2008 20:42:18 +0000 Subject: [PATCH] (compilation-auto-jump-to-first-error): Fix docstring - change "during `compile'" to "during compilation". --- 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 9993f1197c3..9133f6e0231 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -702,7 +702,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 during `compile'." + "If non-nil, automatically jump to the first error during compilation." :type 'boolean :group 'compilation :version "23.1") -- 2.39.2