* lisp/progmodes/compile.el (compilation-error-regexp-alist): Typo
Reported by Kévin Le Gouguec <kevin.legouguec@gmail.com>
This commit is contained in:
parent
81f64da220
commit
d63aa2f3e5
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ LINE, END-LINE, COL, and END-COL can also be functions of no argument
|
|||
that return the corresponding line or column number. They can assume REGEXP
|
||||
has just been matched, and should correspondingly preserve this match data.
|
||||
|
||||
f/usr/shaTYPE is 2 or nil for a real error or 1 for warning or 0 for info.
|
||||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue