mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-10 15:56:18 +00:00
Improve documentation string for 'compilation-error-regexp-alist'.
* lisp/progmodes/compile.el (compilation-error-regexp-alist): Clarify behavior when TYPE is a cons cell.
This commit is contained in:
parent
2971a6890f
commit
21397cce51
@ -662,7 +662,8 @@ has just been matched, and should correspondingly preserve this match data.
|
||||
TYPE is 2 or nil for a real error or 1 for warning or 0 for info.
|
||||
TYPE can also be of the form (WARNING . INFO). In that case this
|
||||
will be equivalent to 1 if the WARNING'th subexpression matched
|
||||
or else equivalent to 0 if the INFO'th subexpression matched.
|
||||
or else equivalent to 0 if the INFO'th subexpression matched,
|
||||
or else equivalent to 2 if neither of them matched.
|
||||
See `compilation-error-face', `compilation-warning-face',
|
||||
`compilation-info-face' and `compilation-skip-threshold'.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user