]> git.eshelyaron.com Git - emacs.git/commitdiff
(compile): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Jan 2007 03:12:53 +0000 (03:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Jan 2007 03:12:53 +0000 (03:12 +0000)
lisp/progmodes/compile.el

index 04a5cf9cad77130d1d3f060f2c51764c96fd2168..c6876fb5d7975a17197dcfef0c0791f28febf142 100644 (file)
@@ -876,12 +876,12 @@ FMTS is a list of format specs for transforming the file name.
 Runs COMMAND, a shell command, in a separate process asynchronously
 with output going to the buffer `*compilation*'.
 
-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.
 
+If optional second arg COMINT is t the buffer will be in Comint mode with
+`compilation-shell-minor-mode'.
+
 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