]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-auto-jump-to-first-error):
authorJuri Linkov <juri@jurta.org>
Sat, 22 Nov 2008 20:42:18 +0000 (20:42 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 22 Nov 2008 20:42:18 +0000 (20:42 +0000)
Fix docstring - change "during `compile'" to "during compilation".

lisp/progmodes/compile.el

index 9993f1197c3505634bf2ca9d59c76a820a683a75..9133f6e02314091f58a04556054af371ff482250 100644 (file)
@@ -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")