diff lisp/progmodes/compile.el @ 75145:72242573ed99

(compile): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Jan 2007 03:12:53 +0000
parents e56f52b00e2d
children 4f425a488281
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Mon Jan 08 23:08:10 2007 +0000
+++ b/lisp/progmodes/compile.el	Tue Jan 09 03:12:53 2007 +0000
@@ -876,12 +876,12 @@
 Runs COMMAND, a shell command, in a separate process asynchronously
 with output going to the buffer `*compilation*'.
 
+You can then use the command \\[next-error] to find the next error message
+and move to the source code that caused it.
+
 If optional second arg COMINT is t the buffer will be in Comint mode with
 `compilation-shell-minor-mode'.
 
-You can then use the command \\[next-error] to find the next error message
-and move to the source code that caused it.
-
 Interactively, prompts for the command if `compilation-read-command' is
 non-nil; otherwise uses `compile-command'.  With prefix arg, always prompts.
 Additionally, with universal prefix arg, compilation buffer will be in