aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-12-31 11:00:30 +0000
committerEli Zaretskii2000-12-31 11:00:30 +0000
commit09e58ba64fe544c7192770a4f7341908f6130a08 (patch)
tree790a88c44dd92e4e09b662b937c5f7f3360e0c47
parentd279f62098be26a9e5ae55d02844d2e708e29e66 (diff)
downloademacs-09e58ba64fe544c7192770a4f7341908f6130a08.tar.gz
emacs-09e58ba64fe544c7192770a4f7341908f6130a08.zip
Add a cindex entry for compilation-scroll-output. Duplicate the variable's
description in the Compilation Mode section.
-rw-r--r--man/building.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/building.texi b/man/building.texi
index fcdf1f2e990..1a2d62ba07d 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -90,6 +90,7 @@ above point, which remains at the end. If point is not at the end of
90the buffer, it remains fixed while more compilation output is added at 90the buffer, it remains fixed while more compilation output is added at
91the end of the buffer. 91the end of the buffer.
92 92
93@cindex compilation buffer, keeping current position at the end
93@vindex compilation-scroll-output 94@vindex compilation-scroll-output
94 If you set the variable @code{compilation-scroll-output} to a 95 If you set the variable @code{compilation-scroll-output} to a
95non-@code{nil} value, then the compilation buffer always scrolls to 96non-@code{nil} value, then the compilation buffer always scrolls to
@@ -143,6 +144,10 @@ in @ref{Dired and Find}.
143mode, whose main feature is to provide a convenient way to look at the 144mode, whose main feature is to provide a convenient way to look at the
144source line where the error happened. 145source line where the error happened.
145 146
147 If you set the variable @code{compilation-scroll-output} to a
148non-@code{nil} value, then the compilation buffer always scrolls to
149follow output as it comes in.
150
146@table @kbd 151@table @kbd
147@item C-x ` 152@item C-x `
148Visit the locus of the next compiler error message or @code{grep} match. 153Visit the locus of the next compiler error message or @code{grep} match.