# HG changeset patch # User Richard M. Stallman # Date 1168312373 0 # Node ID 72242573ed9930f0d989ea18b9f35df2a6ed4724 # Parent 47e0e78110edbbb274c437f89e8638dcb277377c (compile): Doc fix. diff -r 47e0e78110ed -r 72242573ed99 lisp/progmodes/compile.el --- 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