diff options
| -rw-r--r-- | lisp/progmodes/compile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 5bfb0bf9018..6d5775209c0 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -562,7 +562,7 @@ LINE, END-LINE, COL, and END-COL can also be functions of no argument | |||
| 562 | that return the corresponding line or column number. They can assume REGEXP | 562 | that return the corresponding line or column number. They can assume REGEXP |
| 563 | has just been matched, and should correspondingly preserve this match data. | 563 | has just been matched, and should correspondingly preserve this match data. |
| 564 | 564 | ||
| 565 | f/usr/shaTYPE is 2 or nil for a real error or 1 for warning or 0 for info. | 565 | TYPE is 2 or nil for a real error or 1 for warning or 0 for info. |
| 566 | TYPE can also be of the form (WARNING . INFO). In that case this | 566 | TYPE can also be of the form (WARNING . INFO). In that case this |
| 567 | will be equivalent to 1 if the WARNING'th subexpression matched | 567 | will be equivalent to 1 if the WARNING'th subexpression matched |
| 568 | or else equivalent to 0 if the INFO'th subexpression matched. | 568 | or else equivalent to 0 if the INFO'th subexpression matched. |