aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/building.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index 892117e2e82..8f972de568a 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -180,7 +180,7 @@ list of customization variables and faces.
180Emacs automatically visits the locus of the first error message that 180Emacs automatically visits the locus of the first error message that
181appears in the @file{*compilation*} buffer. (This variable can also 181appears in the @file{*compilation*} buffer. (This variable can also
182have the values @code{if-location-known} and @code{first-known}, which 182have the values @code{if-location-known} and @code{first-known}, which
183modifies whether to automatically visit.) 183modify the conditions for automatically visiting the error locus.)
184 184
185 Compilation mode provides the following additional commands. These 185 Compilation mode provides the following additional commands. These
186commands can also be used in @file{*grep*} buffers, where the 186commands can also be used in @file{*grep*} buffers, where the