diff options
author | Juri Linkov <juri@jurta.org> | 2008-11-22 20:42:18 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2008-11-22 20:42:18 +0000 |
commit | 6cc725cde50ff493db6b8bfb473e87af4671b21f (patch) | |
tree | 64c7246974da1368c4f2ce10de14fb62c274f088 /lisp/progmodes/compile.el | |
parent | 607f5f88f94bc809e1a030df82aba4fb37f2097d (diff) | |
download | emacs-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.el | 2 |
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") |