From 8f72171b5b90cc4853a041cccab0ea1aa2d07020 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 9 Jan 2007 03:12:53 +0000 Subject: [PATCH] (compile): Doc fix. --- lisp/progmodes/compile.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 04a5cf9cad7..c6876fb5d79 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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 -- 2.39.2