Mercurial > emacs
changeset 75145:72242573ed99
(compile): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 09 Jan 2007 03:12:53 +0000 |
parents | 47e0e78110ed |
children | 2292818dab8e |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
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