aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-11-17 01:52:22 +0000
committerChong Yidong <[email protected]>2008-11-17 01:52:22 +0000
commit6d831038791f23d4a3b9038afe0e9b562873f4f0 (patch)
tree4d81fe99d8f6277c9e46bcc201e07af1bafc2746 /lisp
parent194894cb113ac796bb44ab4b316e9fe0d6322101 (diff)
Minor doc fix, suggested by Juri Linkov.
Diffstat (limited to 'lisp')
-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 2405efb2ba..f29c93f5ff 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -691,7 +691,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 after `compile'."
+ "If non-nil, automatically jump to the first error during `compile'."
:type 'boolean
:group 'compilation
:version "23.1")