diff options
| author | Eli Zaretskii | 2024-12-04 18:21:19 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2024-12-04 18:21:19 +0200 |
| commit | 130c2a13dc72fca1677a986d3131398e908e58df (patch) | |
| tree | 8eadb696542399b890dc557640782ca996aace3b | |
| parent | df7f02a7954c652896dcaae590caf9dc0c4dc6a1 (diff) | |
| download | emacs-130c2a13dc72fca1677a986d3131398e908e58df.tar.gz emacs-130c2a13dc72fca1677a986d3131398e908e58df.zip | |
; * doc/emacs/building.texi (Compilation Mode): Fix last change.
| -rw-r--r-- | doc/emacs/building.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 3a3dd1d4461..bebf410f919 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi | |||
| @@ -316,7 +316,8 @@ to parse output from a @code{grep} command (@pxref{Grep Searching}). | |||
| 316 | Sometimes @code{compilation-error-regexp-alist} doesn't correctly | 316 | Sometimes @code{compilation-error-regexp-alist} doesn't correctly |
| 317 | determine the filename that is the source of the error. Use user option | 317 | determine the filename that is the source of the error. Use user option |
| 318 | @code{compilation-transform-file-match-alist} to make any necessary | 318 | @code{compilation-transform-file-match-alist} to make any necessary |
| 319 | adjustments, such as adding or changing a directory component. | 319 | adjustments, such as adding or changing a directory component, or even |
| 320 | considering certain compiler messages not error messages at all. | ||
| 320 | 321 | ||
| 321 | @findex compilation-next-error | 322 | @findex compilation-next-error |
| 322 | @findex compilation-previous-error | 323 | @findex compilation-previous-error |