]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/building.texi (Compilation Mode): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Wed, 4 Dec 2024 16:21:19 +0000 (18:21 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 9 Dec 2024 12:46:18 +0000 (13:46 +0100)
(cherry picked from commit 130c2a13dc72fca1677a986d3131398e908e58df)

doc/emacs/building.texi

index d25213ad7931058d3275299a0e47540ae85632c6..126f0a3f03c3a7b1afb29d70d453ffa13614ee1c 100644 (file)
@@ -316,7 +316,8 @@ to parse output from a @code{grep} command (@pxref{Grep Searching}).
   Sometimes @code{compilation-error-regexp-alist} doesn't correctly
 determine the filename that is the source of the error.  Use user option
 @code{compilation-transform-file-match-alist} to make any necessary
-adjustments, such as adding or changing a directory component.
+adjustments, such as adding or changing a directory component, or even
+considering certain compiler messages not error messages at all.
 
 @findex compilation-next-error
 @findex compilation-previous-error