aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2000-12-31 11:00:30 +0000
committerEli Zaretskii <[email protected]>2000-12-31 11:00:30 +0000
commit09e58ba64fe544c7192770a4f7341908f6130a08 (patch)
tree790a88c44dd92e4e09b662b937c5f7f3360e0c47 /man
parentd279f62098be26a9e5ae55d02844d2e708e29e66 (diff)
Add a cindex entry for compilation-scroll-output. Duplicate the variable's
description in the Compilation Mode section.
Diffstat (limited to 'man')
-rw-r--r--man/building.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/building.texi b/man/building.texi
index fcdf1f2e99..1a2d62ba07 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
the buffer, it remains fixed while more compilation output is added at
the end of the buffer.
+@cindex compilation buffer, keeping current position at the end
@vindex compilation-scroll-output
If you set the variable @code{compilation-scroll-output} to a
non-@code{nil} value, then the compilation buffer always scrolls to
@@ -143,6 +144,10 @@ in @ref{Dired and Find}.
mode, whose main feature is to provide a convenient way to look at the
source line where the error happened.
+ If you set the variable @code{compilation-scroll-output} to a
+non-@code{nil} value, then the compilation buffer always scrolls to
+follow output as it comes in.
+
@table @kbd
@item C-x `
Visit the locus of the next compiler error message or @code{grep} match.