aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2008-11-22 20:42:18 +0000
committerJuri Linkov2008-11-22 20:42:18 +0000
commit6cc725cde50ff493db6b8bfb473e87af4671b21f (patch)
tree64c7246974da1368c4f2ce10de14fb62c274f088
parent607f5f88f94bc809e1a030df82aba4fb37f2097d (diff)
downloademacs-6cc725cde50ff493db6b8bfb473e87af4671b21f.tar.gz
emacs-6cc725cde50ff493db6b8bfb473e87af4671b21f.zip
(compilation-auto-jump-to-first-error):
Fix docstring - change "during `compile'" to "during compilation".
-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',
702(defvar compilation-old-error-list nil) 702(defvar compilation-old-error-list nil)
703 703
704(defcustom compilation-auto-jump-to-first-error nil 704(defcustom compilation-auto-jump-to-first-error nil
705 "If non-nil, automatically jump to the first error during `compile'." 705 "If non-nil, automatically jump to the first error during compilation."
706 :type 'boolean 706 :type 'boolean
707 :group 'compilation 707 :group 'compilation
708 :version "23.1") 708 :version "23.1")