diff options
| author | Eli Zaretskii | 2022-05-10 15:47:06 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-05-10 15:47:06 +0300 |
| commit | 9beb04dd0700a63fdce65351465045587d10e064 (patch) | |
| tree | 656e233dfd4cbf5859a04c9389ca65d78ac32554 | |
| parent | 145727df29d2e067b062cb44548dd97b076567fa (diff) | |
| download | emacs-9beb04dd0700a63fdce65351465045587d10e064.tar.gz emacs-9beb04dd0700a63fdce65351465045587d10e064.zip | |
; * doc/emacs/building.texi (Compilation Mode): Fix typo.
| -rw-r--r-- | doc/emacs/building.texi | 2 |
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. | |||
| 180 | Emacs automatically visits the locus of the first error message that | 180 | Emacs automatically visits the locus of the first error message that |
| 181 | appears in the @file{*compilation*} buffer. (This variable can also | 181 | appears in the @file{*compilation*} buffer. (This variable can also |
| 182 | have the values @code{if-location-known} and @code{first-known}, which | 182 | have the values @code{if-location-known} and @code{first-known}, which |
| 183 | modifies whether to automatically visit.) | 183 | modify 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 |
| 186 | commands can also be used in @file{*grep*} buffers, where the | 186 | commands can also be used in @file{*grep*} buffers, where the |