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