summaryrefslogtreecommitdiff
path: root/lisp/progmodes/compile.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2008-11-22 20:42:18 +0000
committerJuri Linkov <juri@jurta.org>2008-11-22 20:42:18 +0000
commit6cc725cde50ff493db6b8bfb473e87af4671b21f (patch)
tree64c7246974da1368c4f2ce10de14fb62c274f088 /lisp/progmodes/compile.el
parent607f5f88f94bc809e1a030df82aba4fb37f2097d (diff)
downloademacs-6cc725cde50ff493db6b8bfb473e87af4671b21f.tar.gz
(compilation-auto-jump-to-first-error):
Fix docstring - change "during `compile'" to "during compilation".
Diffstat (limited to 'lisp/progmodes/compile.el')
-rw-r--r--lisp/progmodes/compile.el2
1 files changed, 1 insertions, 1 deletions
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")