mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
; * doc/emacs/building.texi (Compilation Mode): Fix last change.
This commit is contained in:
parent
df7f02a795
commit
130c2a13dc
1 changed files with 2 additions and 1 deletions
|
@ -316,7 +316,8 @@ to parse output from a @code{grep} command (@pxref{Grep Searching}).
|
||||||
Sometimes @code{compilation-error-regexp-alist} doesn't correctly
|
Sometimes @code{compilation-error-regexp-alist} doesn't correctly
|
||||||
determine the filename that is the source of the error. Use user option
|
determine the filename that is the source of the error. Use user option
|
||||||
@code{compilation-transform-file-match-alist} to make any necessary
|
@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-next-error
|
||||||
@findex compilation-previous-error
|
@findex compilation-previous-error
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue