diff lisp/progmodes/compile.el @ 99816:e3d342053d75

(compilation-auto-jump-to-first-error): Fix docstring - change "during `compile'" to "during compilation".
author Juri Linkov <juri@jurta.org>
date Sat, 22 Nov 2008 20:42:18 +0000
parents 0dc2933fc901
children 82d19f721db4
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Sat Nov 22 20:41:49 2008 +0000
+++ b/lisp/progmodes/compile.el	Sat Nov 22 20:42:18 2008 +0000
@@ -702,7 +702,7 @@
 (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")