diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-11-17 01:52:22 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-11-17 01:52:22 +0000 |
commit | 6d831038791f23d4a3b9038afe0e9b562873f4f0 (patch) | |
tree | 4d81fe99d8f6277c9e46bcc201e07af1bafc2746 /lisp/progmodes/compile.el | |
parent | 194894cb113ac796bb44ab4b316e9fe0d6322101 (diff) | |
download | emacs-6d831038791f23d4a3b9038afe0e9b562873f4f0.tar.gz |
Minor doc fix, suggested by Juri Linkov.
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 2405efb2ba3..f29c93f5ffa 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") |