diff options
| author | Richard M. Stallman | 2007-01-09 03:12:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-01-09 03:12:53 +0000 |
| commit | 8f72171b5b90cc4853a041cccab0ea1aa2d07020 (patch) | |
| tree | 1fdb590ffd3d6aaf0ee85ea7e33a83ca9ed38be6 | |
| parent | b65d82ca418ef93101b322ed9f731d0173059cd1 (diff) | |
| download | emacs-8f72171b5b90cc4853a041cccab0ea1aa2d07020.tar.gz emacs-8f72171b5b90cc4853a041cccab0ea1aa2d07020.zip | |
(compile): Doc fix.
| -rw-r--r-- | lisp/progmodes/compile.el | 6 |
1 files 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. | |||
| 876 | Runs COMMAND, a shell command, in a separate process asynchronously | 876 | Runs COMMAND, a shell command, in a separate process asynchronously |
| 877 | with output going to the buffer `*compilation*'. | 877 | with output going to the buffer `*compilation*'. |
| 878 | 878 | ||
| 879 | If optional second arg COMINT is t the buffer will be in Comint mode with | ||
| 880 | `compilation-shell-minor-mode'. | ||
| 881 | |||
| 882 | You can then use the command \\[next-error] to find the next error message | 879 | You can then use the command \\[next-error] to find the next error message |
| 883 | and move to the source code that caused it. | 880 | and move to the source code that caused it. |
| 884 | 881 | ||
| 882 | If optional second arg COMINT is t the buffer will be in Comint mode with | ||
| 883 | `compilation-shell-minor-mode'. | ||
| 884 | |||
| 885 | Interactively, prompts for the command if `compilation-read-command' is | 885 | Interactively, prompts for the command if `compilation-read-command' is |
| 886 | non-nil; otherwise uses `compile-command'. With prefix arg, always prompts. | 886 | non-nil; otherwise uses `compile-command'. With prefix arg, always prompts. |
| 887 | Additionally, with universal prefix arg, compilation buffer will be in | 887 | Additionally, with universal prefix arg, compilation buffer will be in |