aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2022-05-10 15:47:06 +0300
committerEli Zaretskii2022-05-10 15:47:06 +0300
commit9beb04dd0700a63fdce65351465045587d10e064 (patch)
tree656e233dfd4cbf5859a04c9389ca65d78ac32554
parent145727df29d2e067b062cb44548dd97b076567fa (diff)
downloademacs-9beb04dd0700a63fdce65351465045587d10e064.tar.gz
emacs-9beb04dd0700a63fdce65351465045587d10e064.zip
; * doc/emacs/building.texi (Compilation Mode): Fix typo.
-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